Northnorial
Member
I'm using TFS 0.3.5
And this is the script for the citizen teleporter:
But Idk how to use this script, or what I have to add in the script, and what I add in the magic forcefield ...
Please help!
rep +
And this is the script for the citizen teleporter:
PHP:
function onStepIn(cid, item, position, fromPosition)
if(item.actionid > 30020 and item.actionid < 30100) then
local townId = (item.actionid - 30020)
doPlayerSetTown(cid, townId)
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, "You are the newest resident of " .. getTownName(townId) .. ".")
end
return true
end
But Idk how to use this script, or what I have to add in the script, and what I add in the magic forcefield ...
Please help!
rep +