Some NPC Questions

Play Now

Josh123

Dedicated Member
Dedicated Member
Dec 10, 2006
204
0
43
I have some NPC questions that you all might be able to answer.

First off, how do flags work? because I'm guessing just doing something like
Code:
[@main]
#ACT
SET flag [001] 1
Would work, cuz I tried it and it failed. =[.

I've searched about flags and havn't found any answers.

Also;
Is there a way to get an NPC to realise if someone had been on a map for a certain time?
e.g

You can stay here for 3 minutes.
3 minutes later...
Well done, now you can leave
and then it teleports them out.

Thanks in advance
 

™blade™

Golden Oldie
Golden Oldie
Oct 31, 2004
799
1
155
would u not use the recalltime cmd

so some thing like

[@test]
#If
#ACT
recalltime 5
mapmove 0

5 meaning 5mins
 
Upvote 0

Josh123

Dedicated Member
Dedicated Member
Dec 10, 2006
204
0
43
Will recalltime let me do anything agter the specified time or do I have to teleport them?Cuz I wanted the nPC to say something and check for something after 3 minutes.
 
Upvote 0