• 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!

I need an action script

Status
Not open for further replies.

Masterpako

Infernia.no-ip.org Owner
Joined
Aug 29, 2009
Messages
133
Reaction score
3
Location
Veracruz, Mex (:
Hello Otlanders,
i am doing a quest and i am trying to make it different to others, i need a script that when I use a dead human corpse, the player get teleported to x: xxx, y: xxx, z: xxx, position and the player that get teleported get a message, like the messages when you use a throne of the POI quest.

Thanks for read and sorry if my english was bad :p.
 
Code:
function onUse(cid, item, fromPosition, itemEx, toPosition)
	doTeleportThing(cid, {x=111, y=111, z=7})
	doCreatureSay(cid, "This is the message.", TALKTYPE_ORANGE_1)
return true
end
 
Status
Not open for further replies.
Back
Top