View Single Post
  #6  
Old 10-09-2002, 05:59 AM
Torankusu Torankusu is offline
Elite Member
Torankusu's Avatar
Join Date: Jun 2001
Posts: 10,065
Torankusu is a jewel in the roughTorankusu is a jewel in the rough
Quote:
Originally posted by KuJi2002
I'd just do simple flags
if (weaponfired&&!on) {
set on;
}else unset on;
if (on) {
whatever;
}
The problem with this is that if another NPC set "on," then it would also trigger this NPC to turn on. Prozac's is for the specific NPC.
__________________
Quote:
Originally posted by Spark910
Think befreo you type.
Reply With Quote