Undertale Yellow script viewer
← back to main script listing
gml_Object_obj_battle_enemy_attack_martlet_catapult_arm_Other_10
(view raw script w/o annotations or w/e)
| 1 |
x = id_frame_center.x; |
| 2 |
y = id_frame_center.y; |
| 3 |
with (id_payload) |
| 4 |
{ |
| 5 |
if (launched == false) |
| 6 |
event_user(0); |
| 7 |
} |