if (sax != other.sax && (!other.spectator)) { global.showHealthIndicatorsTimer = 900 if pbeam { event_user(0) global.attackID = global.clientID global.checkID = other.myid global.checkX = other.x global.checkY = other.y global.checkBeam = 1 global.checkMissile = 0 global.checkDamage = damage global.checkFreeze = 0 global.checkDir = direction if ibeam global.checkFreeze = 1 if (myid == 0) { with (oClient) event_user(3) } } else { event_user(0) global.attackID = global.clientID global.checkID = other.myid global.checkX = other.x global.checkY = other.y global.checkBeam = 1 global.checkMissile = 0 global.checkDamage = damage global.checkFreeze = 0 global.checkDir = direction if ibeam global.checkFreeze = 1 if (myid == 0) { with (oClient) event_user(3) } instance_destroy() } }