1 | exit; |
2 | if (obj_spamton_neo_enemy.difficulty == 2) |
3 | { |
4 | with (other) |
5 | event_user(0); |
6 | } |
7 | else if (other.big == 0) |
8 | { |
9 | with (other) |
10 | event_user(0); |
11 | } |
12 | event_user(1); |