1 | if live_call() |
2 | return global.live_result; |
3 | if (!instance_exists(my_frog)) |
4 | return; |
5 | if (my_frog.vsp == 0 && irandom(jump_chance) == 1) |
6 | { |
7 | my_frog.frog_jump = true |
8 | show_debug_message("coming through coming through now") |
9 | } |
10 | my_frog.x = x + hspeed |