EASY!
only make emote..
and something "create item in this pos" etc..
this is another way XD
LUA:for time = 1, 8 do addEvent(showGhost, time * 1000) end
not better?
Nope, I wanted to check if repeat will work in this.
time = 0
while time < 9 then
addEvent(showGhost, time * 1000)
time = time + 1
end
You could also check while!
LUA:time = 0 while time < 9 then addEvent(showGhost, time * 1000) time = time + 1 end
Look at the date of creation of this thread. And I know, It is useless NOW.useless
useless