View Single Post
  #1  
Old 05-22-2003, 08:19 AM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default Pausing in quests.

Okay, I'm working on a quest. So far I have:
(Ignore the text / content)

EVENT_ITEM {
if ($item1 == "1001") { say("Thanks. 5pp for that Cloth.")
givecash("0","0","0","5")
emote("gives you 5pp.")
say("I gave you 5pp")
spawnitem("1001")
exp("10000") }
}

The thing is, I want it to wait say 5 or 10 seconds after you hand the item in before if gives the emote and the rest. Is there anything I can add to do this, or isn't that done yet? Thanks
__________________

kRPG Profile
Reply With Quote