Changing flags after 15 minutes

smoochy boys on tour

DarkDiablo

Dedicated Member
Dedicated Member
Sep 10, 2007
102
0
62
I have a keymaker system, in which I want to give the person or group only 15 minutes in kings room in order to kill boss. When a key is used, it will set a flag to 1, then allow the person to enter. Is there a way to make this flag reset after 15 minutes, or should I do a sql table instead of this, but then the issue becomes if someone enters the room at 12:52, and I check if it has been 15 minutes how would I know that at 1:07 the time is 15 minutes larger than the other time since 1:07 is smaller than 12:52

Thanks in advance.
 

idaBigA

Holley Mir 3!!
VIP
Oct 28, 2003
1,966
110
310
Stoke, UK
You can use the TimeRecall command or use a "Grobal" delay for the NPC to teleport them out..

Search TimeRecall in your files.. or use a Standard DelayGoto command.
 
Upvote 0

idaBigA

Holley Mir 3!!
VIP
Oct 28, 2003
1,966
110
310
Stoke, UK
Thats not a problem, don't bother with a flag at all, just make it so that it recalls you after 15 mins, and that the map has a RECONNECT(MAP) on it.
 
Upvote 0