Magictibiaman
New Member
- Joined
- May 25, 2009
- Messages
- 371
- Reaction score
- 0
in my script i want to add a delay of 1 second before creating an object
how would i do that?
how would i do that?
addEvent(doTeleportThing(cid, {x=123, y=123, z=7}), 1000, {})
reply when i try that it says
call back parameter should be a function
addEvent(doCreateItem, 1000, itemid, type, pos)