Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_welcometothecity_backinglights_Create_0

(view raw script w/o annotations or w/e)
1
timer = random(900);
2
c_rainbow = make_color_hsv((room_speed / 50) % 255, 255, 255);
3
createAndStay = (global.plot >= 67) ? 0 : 1;
4
count = 0;
5
newcount = 0;