hello
i'm using TFS 0.3.5. ;**
Entrance of POi bug: ERROR:
Entrancepoi.lua:
i'm using TFS 0.3.5. ;**
Entrance of POi bug: ERROR:
Code:
Lua Script Error: aCtion interface
data/actions/scripts/entrancepoi.lua:onUse
luaGetThingFromPos(). Tile not found
Entrancepoi.lua:
LUA:
function onUse(cid, item, frompos, item2, topos)
gatepos = {x=348, y=446, z=8, stackpos=1}
getgate = getThingfromPos(gatepos)
if item.itemid == 1409 then
doTeleportThing(cid, gatepos)
doSendMagicEffect(gatepos, 10)
end
return 1
end
Last edited: