Platinum Shell
Junior Member

Posts: 186
Registered: 08-11 |
Reading the begginer's guide now, I'd like to learn more about this sort of thing. Will probably be a while before I learn how to do it, I'm better at audio tutorials.
Well, I'll read up, so far I know every script must be from 1-999, and they have certain types and such.
EDIT: I found this bit that seems to specify 25% and less health! I wonder if I could use this? And if so, how to add the reverse function to it; checking if it's 26% or above.
code: script 1 (int tid)
{
if (GetActorProperty (tid, APROP_Health) <= 25)
print (s:"Thing ", d:tid, " has less than 26 health!!");
|