function onStepIn(cid, item, position, fromPosition) if getPlayerLevel(cid) < 100 then doTeleportThing(cid, fromPosition, true) doTargetCombatHealth(0, cid, COMBAT_FIREDAMAGE, -1, -1, CONST_ME_HITBYFIRE) -- Damage doCreatureSay(cid, 'You need to have atleast a level of 100 to participate in the lastman standing event.', TALKTYPE_ORANGE_1, false, cid) else doTeleportThing(cid, {x=880,y=1003,z=7}) doSendMagicEffect({x=880, y=1003, z=7}, CONST_ME_TELEPORT) end end