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.