TFS 0.3.6
Hello i hope someone can help me with this error here is the script THX :)
(specialteleport)
local nPos = {
x = 1031,
y = 1006,
z = 7
}
function onStepIn(cid, item, frompos, item2, topos)
if item.uid == 4501 then
doTeleportThing(cid, nPos)
end
return TRUE
end