Posted: Sat Jan 06, 2007 12:59 am
Well I need them all to be called differently when the target is hit. Each one will print different text representing the score for the part hit.
What I would like to do is once the target is hit all the triggers for that target are disabled. That way some one else cant shot the taget & mess up the score keeping.
Etc:
$rifletarget_triggerb is a head shot & will print "Head Shot! I Scored 10 Points" when hit. At that point I want all 11 triggers to become nottriggerable.
I know I can do it by nottriggerable - ing each one separate but was trying to get it so I didn't have to add 22 lines ( 11 nottriggerable lines & 11 triggerable lines )to each script for 3 target.
Is it possible or am I stuck adding all those lines??
What I would like to do is once the target is hit all the triggers for that target are disabled. That way some one else cant shot the taget & mess up the score keeping.
Etc:
$rifletarget_triggerb is a head shot & will print "Head Shot! I Scored 10 Points" when hit. At that point I want all 11 triggers to become nottriggerable.
I know I can do it by nottriggerable - ing each one separate but was trying to get it so I didn't have to add 22 lines ( 11 nottriggerable lines & 11 triggerable lines )to each script for 3 target.
Is it possible or am I stuck adding all those lines??