- 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
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
First off, how do flags work? because I'm guessing just doing something like
Code:
[@main]
#ACT
SET flag [001] 1
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
