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
