Undertale script viewer
← back to main script listing
gml_Object_obj_gameover_test_pl_Keyboard_32
(view raw script w/o annotations or w/e)
| 1 |
spaces += 1; |
| 2 |
if (spaces >= 50) |
| 3 |
{ |
| 4 |
i = 0; |
| 5 |
repeat (99) |
| 6 |
{ |
| 7 |
global.failure[i] = 0; |
| 8 |
i += 1; |
| 9 |
} |
| 10 |
global.attacktype = 30; |
| 11 |
global.testhp = 20; |
| 12 |
global.testinv = 0; |
| 13 |
global.healno = 6; |
| 14 |
room_goto(room_first); |
| 15 |
} |