Meh...
antipush.lua:
local targetlist, ret = {"Target Dummy"}, true
function onPush(cid, target, ground, position)
if(isInArray(targetlist, getCreatureTarget(target):lower())) then
ret = RETURNVALUE_NOTPOSSIBLE
end
return ret
end
creaturescripts.xml:
<event type="push"...