perfection
FATAL DAMAGE
- Joined
- Aug 27, 2011
- Messages
- 196
- Reaction score
- 8
LUA:
function onUse(cid, item, frompos, item2, topos)
if item.itemid == 6119 and (getCreatureCondition(cid, CONDITION_INFIGHT)) == FALSE then
doTeleportThing(cid, getPlayerMasterPos(cid))
doSendMagicEffect(getPlayerPosition(cid), 10)
else
doPlayerSendCancel(cid,"You Are Currently in a Fight")
end
return 1
end
Last edited: