eardrums
Member
- Joined
- May 27, 2010
- Messages
- 101
- Solutions
- 1
- Reaction score
- 11
Hi!
So I made this very simple script of stepping on a tile and summoning monster.
I need help making it so you cant summon the creature even if you step again except after 1 minute.
So I made this very simple script of stepping on a tile and summoning monster.
Code:
function onStepIn(cid, item, pos)
doSummonCreature("giant", {x= 955, y= 727, z= 1})
return TRUE
end