Undertale script viewer

← back to main script listing

gml_Object_obj_shyren_Create_0

(view raw script w/o annotations or w/e)
1
scr_monstersetup
scr_monstersetup

myself = 0; if (global.monster[1] == 1) { myself = 2; global.monster[2] = 1; } if (global.monster[0] == 1 && myself != 2) { myself = 1; global.monster[1] = 1; } if (global.monster[0] == 0) { myself = 0; global.monster[0] = 1; } if (global.monstertype[myself] == 1TestFroggit) { global.monstername[myself] =
TestFroggit
scr_gettext("monstername_1")
; global.monstermaxhp[myself] = 23; global.monsterhp[myself] = 23; global.monsteratk[myself] = 4; global.monsterdef[myself] = 1; global.xpreward[myself] = 2; global.goldreward[myself] = 2; global.itemrewardid = 1; global.itemrewardchance = 50; } if (global.monstertype[myself] == 2Dummy) { global.monstername[myself] =
Dummy
scr_gettext("monstername_2")
; global.monstermaxhp[myself] = 15; global.monsterhp[myself] = 15; global.monsteratk[myself] = 0; global.monsterdef[myself] = -5; global.xpreward[myself] = 0; global.goldreward[myself] = 0; global.itemrewardid = 0; global.itemrewardchance = 0; } if (global.monstertype[myself] == 3Froggit) { global.monstername[myself] =
Froggit
scr_gettext("monstername_3")
; global.monstermaxhp[myself] = 20; global.monsterhp[myself] = 20; global.monsteratk[myself] = 4; global.monsterdef[myself] = 1; global.xpreward[myself] = 10; global.goldreward[myself] = 20; global.itemrewardid = 1; global.itemrewardchance = 50; } if (global.monstertype[myself] == 4Froggit) { global.monstername[myself] =
Froggit
scr_gettext("monstername_4")
; global.monstermaxhp[myself] = 30; global.monsterhp[myself] = 30; global.monsteratk[myself] = 4; global.monsterdef[myself] = 4; global.xpreward[myself] = 3; global.goldreward[myself] = 2; global.itemrewardid = 1; global.itemrewardchance = 50; } if (global.monstertype[myself] == 5Whimsun) { global.monstername[myself] =
Whimsun
scr_gettext("monstername_5")
; global.monstermaxhp[myself] = 10; global.monsterhp[myself] = 10; global.monsteratk[myself] = 4; global.monsterdef[myself] = 0; global.xpreward[myself] = 2; global.goldreward[myself] = 2; global.itemrewardid = 1; global.itemrewardchance = 50; } if (global.monstertype[myself] == 6Moldsmal) { global.monstername[myself] =
Moldsmal
scr_gettext("monstername_6")
; global.monstermaxhp[myself] = 50; global.monsterhp[myself] = 50; global.monsteratk[myself] = 4; global.monsterdef[myself] = 0; global.xpreward[myself] = 3; global.goldreward[myself] = 3; global.itemrewardid = 1; global.itemrewardchance = 50; } if (global.monstertype[myself] == 7Migosp) { global.monstername[myself] =
Migosp
scr_gettext("monstername_7")
; global.monstermaxhp[myself] = 40; global.monsterhp[myself] = 40; global.monsteratk[myself] = 5; global.monsterdef[myself] = 4; global.xpreward[myself] = 5; global.goldreward[myself] = 4; global.itemrewardid = 1; global.itemrewardchance = 50; } if (global.monstertype[myself] == 8Vegetoid) ...
(0, 0, 0, 0, 0);
2
image_speed = 0;
3
part1 = 261;
4
mypart1 = instance_create(x, y, part1);
5
agent = instance_create(x, y + 3, obj_agentbody);
6
hurtanim = 0;
7
hurtsound = snd_ehurt1;
8
talked = 0;
9
whatiheard = -1;
10
attacked = 0;
11
killed = 0;
12
global.heard = 0;
13
takedamage = 0;
14
mercymod = 5;
15
sha = 0;
16
shb = 0;
17
flex = 0;
18
alphaup = 0;
19
emotion = 0;
20
encourage = 0;
21
creep = 0;
22
badnote[0] = caster_load("music/shyren/badnote1.ogg");
23
badnote[1] = caster_load("music/shyren/badnote2.ogg");
24
badnote[2] = caster_load("music/shyren/badnote3.ogg");
25
note[0] = caster_load("music/shyren/note1.ogg");
26
note[1] = caster_load("music/shyren/note2.ogg");
27
note[2] = caster_load("music/shyren/note3.ogg");
28
note[3] = caster_load("music/shyren/note4.ogg");
29
note[4] = caster_load("music/shyren/note5.ogg");
30
note[5] = caster_load("music/shyren/note6.ogg");
31
longnote[0] = caster_load("music/shyren/singF.ogg");
32
longnote[1] = caster_load("music/shyren/singG.ogg");
33
ht = 100;
34
wd = 100;