Undertale Yellow script viewer
← back to main script listing
gml_Object_obj_npc_cardguy_Create_0
(view raw script w/o annotations or w/e)
| 1 |
event_inherited(); |
| 2 |
if (global.route == 3) |
| 3 |
{ |
| 4 |
instance_destroy(); |
| 5 |
exit; |
| 6 |
} |
| 7 |
card_game_result = 0; |
| 8 |
interact_hold = false; |
| 9 |
scene = 0; |