• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Need help (addEvent in NPC)

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):
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.
 
Back
Top