Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_b2fashionshop2_Create_0

(view raw script w/o annotations or w/e)
1
image_alpha = 0;
2
active = false;
3
init = 0;
4
con = 0;
5
timer = 0;
6
kris = 0;
7
susie = 0;
8
ralsei = 0;
9
kr_real = 0;
10
su_real = 0;
11
ra_real = 0;
12
tenna = 0;
13
suwalk = 0;
14
suwalktimer = 0;
15
visit = 0;
16
pippins = instance_create(x, y, obj_board_pippins_grabbable);
17
with (pippins)
18
    setxy_board(3376, 864);
19
depth = 999995;
20
timer = 0;
21
texttimer = 0;
22
textcomplete = false;
23
drawtext = true;
24
drawprices = 0;
25
bow = instance_create(x, y, obj_board_pickup);
26
bow.type = "ribbon";
27
with (bow)
28
    setxy_board(3296, 960);
29
deodorant = instance_create(x, y, obj_board_pickup);
30
deodorant.type = "deodorant";
31
with (deodorant)
32
    setxy_board(3456, 960);
33
bowtalk = 0;
34
bowtalktimer = 0;
35
bowtalk2 = 0;
36
deotalk = 0;
37
debugset = false;
38
if (
scr_debug
scr_debug

function
scr_debug()
{ if (global.debug == 1) return 1; }
())
39
    debugset = true;
40
shopstring = "";
41
visitinit = 0;
42
sndpause = 0;
43
string1 = stringsetloc(
TOUCH THE ITEM#TO WEAR IT!
"TOUCH THE ITEM#TO WEAR IT!", "obj_b2fashionshop2_slash_Create_0_gml_53_0"
);
44
string2 = stringsetloc(
YOU LOOK GREAT!#HEH, HEH!
"YOU LOOK GREAT!#HEH, HEH!", "obj_b2fashionshop2_slash_Create_0_gml_54_0"
);
45
string3 = stringsetloc(
GUESS I'M RETIRED.
"GUESS I'M RETIRED.", "obj_b2fashionshop2_slash_Create_0_gml_55_0"
);
46
bowstring = stringsetloc(
RIBBON
"RIBBON", "obj_b2fashionshop2_slash_Create_0_gml_57_0"
);
47
deostring = stringsetloc(
PIZZA#DEODORANT#(FOR NERDS)
"PIZZA#DEODORANT#(FOR NERDS)", "obj_b2fashionshop2_slash_Create_0_gml_58_0"
);
48
broken = false;
49
drawitanyways = true;
50
krisflip = 0;
51
fliptime = 0;