This is the actions.xml <action itemid="8976" script="other/goldenfalcon.lua"/>
This is the script I used
local truepos = {x=351, y=198, z=7}
function onUse(cid, item, fromPosition, itemEx, toPosition)
if isPlayerPzLocked(cid) then
doTeleportThing(cid, truepos, FALSE)
doCreatureSay(cid...