Hi OTLanders, i have this script in TFS 0.x and i want to convert it to TFS 1.5 8.60, can anybody help me?
function onTargetTile(cid, position)
position.stackpos = 255
doConvinceCreature(cid, doCreateMonster("headcaptor", position, false))
doSendMagicEffect(position, CONST_ME_MAGIC_BLUE)
return...