-- A script made by Clary 100%
local newpos = {x=1000, y=1000, z=7}
function onUse(cid, item, fromPos, item2, toPos)
if item.actionid == 20009 then
doTeleportThing(cid, newpos)
doSendMagicEffect(newpos, 55)
end
-- A script made by Clary 100%
local newpos = {x=1000, y=1000, z=7}
function onUse(cid, item, fromPos, item2, toPos)
if item.actionid == 20009 then
doTeleportThing(cid, newpos)
doSendMagicEffect(newpos, 55)
end
end