I finally got around to testing this and it worked just as I needed. I was curious if there was a way to use it to actually reset combat mode on an NPC. Something like this:
Code:
If ($signal == 1 ) { quest::combat_state (0); }
If not, no biggie though. I could only think of a few rare cases where that might be useful.