oh hai thar
New Member
- Joined
- Apr 24, 2011
- Messages
- 56
- Reaction score
- 3
I have this script inside of NPC (yes, i was amazed lua possible in NPC):
All works fine, but event wont Add :[
Anyone haff help?
thx!!
Oh bai.
Code:
<action name="script">
noPandaAlien = getCreatureByName("No Panda Alien but Human")
function remove()
selfSay('Test')
end
doTeleportThing(cid, {x = 1144, y = 941, z = 7})
doTeleportThing(noPandaAlien, {x = 1142, y = 939, z = 7})
selfSay('Prepare yourself!')
addEvent(remove, 1000)
</action>
All works fine, but event wont Add :[
Anyone haff help?
thx!!
Oh bai.