Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_podium_Create_0

(view raw script w/o annotations or w/e)
1
podiumletter[0] = choose("A", "B", "C", "D", "E", "F", "G");
2
podiumletter[1] = choose("A", "B", "C", "D", "E", "F", "G");
3
podiumletter[2] = choose("A", "B", "C", "D", "E", "F", "G");
4
image_xscale = 2;
5
image_yscale = 2;
6
image_speed = 0;
7
scr_depth
scr_depth

function
scr_depth()
{ if (argument_count > 0) { with (argument0) depth = 100000 - ((y * 10) + (sprite_height * 10)); } else { depth = 100000 - ((y * 10) + (sprite_height * 10)); } }
();