Thread: Signal question
View Single Post
  #5  
Old 05-20-2013, 09:51 PM
Maceblade
Hill Giant
 
Join Date: Jun 2010
Posts: 231
Default

I appreciate the input and help Ive already got most of it written im just curious as to what the command is to reset lol..

Like i know
Code:
sub EVENT_SIGNAL {
  if($signal == 1) {
quest::spawn2("your mom")
is what you enter to recieve the signal but what im actually asking for is there a specific command to reset the signal list so that it doesn't see it has already recieved signal 1?


Or should I make it less complicated and have it do an NPCentity check instead.
Reply With Quote