george young
;)
Can anyone give me a link or help with how to make a teleporter a certain level????
For example...
a level 1000 TP.
For example...
a level 1000 TP.
LUA:function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerLevel(cid) == 1000 then doTeleportThing(cid, {x = 1000, y = 1000, z = 7}) else doPlayerSendCancel(cid, "Sorry, you are not level 1000.") end return true end
onUse is an action script.Mate im sorry if this is nooby ahaha, were would i put this??? what folder?
data/actions
onUse is an action script.
You can easily change it to a movement script if you wanted to, though.
--Edit
data/actions