Grehy
Killroy
I'm using the new version of TFS, and moved some of my custom movement scripts from 3 beta. None of my new scripts will work, theres no console error or anything, they just don't work. Any help?
<movevent event="StepIn" actionid="1337" script="premiumsqm.lua"/>
function onStepIn(cid, item, position, fromPosition)
if isPremium(cid) == TRUE then
return TRUE
else
doMoveCreature(cid, fromPosition)
end
end
Try this :- )PHP:<movevent type="StepIn" actionid="1337" event="script" value="premiumsqm.lua"/>
Try this :- )PHP:<movevent type="StepIn" actionid="1337" event="script" value="premiumsqm.lua"/>