1 | snd_play(snd_mtt_hit); |
2 | event_user(0); |
3 | with (other.id) |
4 | instance_destroy(); |
5 | life -= 40; |
6 | if (life < 1 && movetype != 1) |
7 | { |
8 | if (global.turntimer > 0) |
9 | global.turntimer = 0; |
10 | } |
11 | global.ratings += 20; |