Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_b3camerashop_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
depth = 999995;
17
timer = 0;
18
drawtext = true;
19
texttimer = 0;
20
textcomplete = false;
21
lancer1 = instance_create(x, y, obj_board_pickup);
22
lancer1.type = "lancer";
23
with (lancer1)
24
    setxy_board(1456, 1376);
25
pippins = instance_create(x, y, obj_board_b3camerashop_pippins);
26
with (pippins)
27
    setxy_board(1344, 1472);
28
lancer2 = instance_create(x, y, obj_board_pickup);
29
lancer2.type = "lancer";
30
with (lancer2)
31
    setxy_board(1568, 1472);
32
camera = instance_create(x, y, obj_board_pickup);
33
camera.type = "camera";
34
with (camera)
35
    setxy_board(1456, 1472);
36
camerastring = stringsetloc(
CAMERA
"CAMERA", "obj_b3camerashop_slash_Create_0_gml_44_0"
);
37
lancerstring = stringsetloc(
LANCER
"LANCER", "obj_b3camerashop_slash_Create_0_gml_45_0"
);
38
shopstring = "";
39
visitinit = 0;
40
sndpause = 0;
41
string1 = stringsetloc(
WELCOME! MY STORE#IS FREE TO FRIENDS!
"WELCOME! MY STORE#IS FREE TO FRIENDS!", "obj_b3camerashop_slash_Create_0_gml_52_0"
);
42
string2 = stringsetloc(
HO HO! I'VE ALWAYS#WANTED ONE OF THOSE.
"HO HO! I'VE ALWAYS#WANTED ONE OF THOSE.", "obj_b3camerashop_slash_Create_0_gml_53_0"
);
43
pipstring1 = stringsetloc(
HELP!
"HELP!", "obj_b3camerashop_slash_Create_0_gml_55_0"
);
44
pipstring2 = stringsetloc(
SUCKER
"SUCKER", "obj_b3camerashop_slash_Create_0_gml_56_0"
);
45
pipstring = pipstring1;
46
freestring = stringsetloc(
FREE
"FREE", "obj_b3camerashop_slash_Create_0_gml_59_0"
);
47
string2said = 0;
48
goodtalk = 0;
49
goodtimer = 0;
50
susietalk = 0;
51
piptalk = 0;