Deltarune script viewer

← back to main script listing

gml_Object_obj_city_trashbag_Other_10

(view raw script w/o annotations or w/e)
1
global.msg[0] = stringsetloc(
* (It's a trashbag that looks like an eggplant.)Wait for inputClose Message
"* (It's a trashbag that looks like an eggplant.)/%", "obj_city_trashbag_slash_Other_10_gml_3_0"
);
2
if (eggplant)
3
    global.msg[0] = stringsetloc(
* (It's an eggplant that looks like a trashbag.)Wait for inputClose Message
"* (It's an eggplant that looks like a trashbag.)/%", "obj_city_trashbag_slash_Other_10_gml_7_0"
);
4
myinteract = 3;
5
global.msc = 0;
6
global.typer = 6;
7
global.fc = 0;
8
global.fc = 0;
9
global.interact = 1;
10
mydialoguer = instance_create(0, 0, obj_dialoguer);