First of all: I use tfs 0.3.6 for 8.60.
Yeah, I know that there is downgraded 1.3, but this is not what the thread is about so please don't talk about it.
Now let's get to the topic.
I am using a spell with addEvent to stop creature from moving for x time, but...
addEvent and creature death error
Yeah, I know that there is downgraded 1.3, but this is not what the thread is about so please don't talk about it.
Now let's get to the topic.
I am using a spell with addEvent to stop creature from moving for x time, but...
Code:
function onTargetCreature(cid, target)
local t = 10000
doCreatureSetNoMove(target, true)
addEvent(doCreatureSetNoMove, t...