forked from fachinformatiker/undertale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathobj_gaster_follower_c.object.gmx
139 lines (139 loc) · 4.15 KB
/
obj_gaster_follower_c.object.gmx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!--This Document is generated by GameMaker, if you edit it by hand then you do so at your own risk!-->
<object>
<spriteName>spr_g_follower_3</spriteName>
<solid>-1</solid>
<visible>-1</visible>
<depth>0</depth>
<persistent>0</persistent>
<parentName>obj_readablesolid</parentName>
<maskName><undefined></maskName>
<events>
<event eventtype="0" enumb="0">
<action>
<libid>1</libid>
<id>603</id>
<kind>7</kind>
<userelative>0</userelative>
<isquestion>0</isquestion>
<useapplyto>-1</useapplyto>
<exetype>2</exetype>
<functionname></functionname>
<codestring></codestring>
<whoName>self</whoName>
<relative>0</relative>
<isnot>0</isnot>
<arguments>
<argument>
<kind>1</kind>
<string>dsprite= 1219;
usprite= 1219;
lsprite= 1219;
rsprite= 1219;
dtsprite= 1219;
utsprite= 1219;
ltsprite= 1219;
rtsprite= 1219;
myinteract= 0;
facing= 0;
direction= 0;
talkedto= 0;
image_speed= 0;
gox= 0;
if(global.flag[5] == 63 && file_exists("undertale.ini")) {
ini_open("undertale.ini");
fsx= ini_read_real("General", "fun", 0);
if(fsx == 63 && global.flag[5] == 63) {
gox= 1;
type= 1;
ini_write_real("General", "fun", 0);
global.flag[5]= 0;
}
ini_close();
}
choos= choose(0, 1);
if(choos != 1) gox= 0;
if(global.debug == 1) gox= 2;
if(gox == 0) instance_destroy();
if(global.flag[7] == 1) instance_destroy();
if(scr_murderlv() >= 12) instance_destroy();
</string>
</argument>
</arguments>
</action>
</event>
<event eventtype="2" enumb="0">
<action>
<libid>1</libid>
<id>603</id>
<kind>7</kind>
<userelative>0</userelative>
<isquestion>0</isquestion>
<useapplyto>-1</useapplyto>
<exetype>2</exetype>
<functionname></functionname>
<codestring></codestring>
<whoName>self</whoName>
<relative>0</relative>
<isnot>0</isnot>
<arguments>
<argument>
<kind>1</kind>
<string>myinteract= 3;
global.msc= 0;
global.typer= 5;
global.facechoice= 0;
global.faceemotion= 0;
global.msg[0]= "* I understand why ASGORE& waited so long to hire a& new Royal Scientist./";
global.msg[1]= "* The previous one..^1.&* Dr. Gaster./";
global.msg[2]= "* His brilliance was& irreplaceable./";
global.msg[3]= "* However^1, his life..^1.&* Was cut short./";
global.msg[4]= "* One day^1, his experiments& went wrong^1, and.../%%";
if(talkedto >= 1) {
global.msg[0]= "* Well^1, I needn\'t gossip./";
global.msg[1]= "* After all^1, it\'s rude to& talk about someone who\'s& listening./%%";
}
mydialoguer= instance_create(0, 0, 779/* obj_dialoguer */);
talkedto++;
</string>
</argument>
</arguments>
</action>
</event>
<event eventtype="3" enumb="1">
<action>
<libid>1</libid>
<id>603</id>
<kind>7</kind>
<userelative>0</userelative>
<isquestion>0</isquestion>
<useapplyto>-1</useapplyto>
<exetype>2</exetype>
<functionname></functionname>
<codestring></codestring>
<whoName>self</whoName>
<relative>0</relative>
<isnot>0</isnot>
<arguments>
<argument>
<kind>1</kind>
<string>scr_depth(0, 0, 0, 0, 0);
scr_npc_anim();
</string>
</argument>
</arguments>
</action>
</event>
</events>
<PhysicsObject>0</PhysicsObject>
<PhysicsObjectSensor>0</PhysicsObjectSensor>
<PhysicsObjectShape>0</PhysicsObjectShape>
<PhysicsObjectDensity>0.5</PhysicsObjectDensity>
<PhysicsObjectRestitution>0.100000001490116</PhysicsObjectRestitution>
<PhysicsObjectGroup>0</PhysicsObjectGroup>
<PhysicsObjectLinearDamping>0.100000001490116</PhysicsObjectLinearDamping>
<PhysicsObjectAngularDamping>0.100000001490116</PhysicsObjectAngularDamping>
<PhysicsObjectFriction>0.200000002980232</PhysicsObjectFriction>
<PhysicsObjectAwake>-1</PhysicsObjectAwake>
<PhysicsObjectKinematic>0</PhysicsObjectKinematic>
<PhysicsShapePoints/>
</object>