forked from fachinformatiker/undertale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathobj_monsterkidtrigger5.object.gmx
112 lines (112 loc) · 3.54 KB
/
obj_monsterkidtrigger5.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
<!--This Document is generated by GameMaker, if you edit it by hand then you do so at your own risk!-->
<object>
<spriteName>spr_event</spriteName>
<solid>0</solid>
<visible>0</visible>
<depth>0</depth>
<persistent>0</persistent>
<parentName><undefined></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>if(global.flag[91] < 4) con= 0;
else con= 99;
if(global.plot > 112) {
instance_destroy();
exit;
} else {
if(global.entrance == 1) {
mkid= instance_create(obj_mainchara.x - 8, obj_mainchara.y, 1115/* obj_mkid_actor */);
mkid.sprite_index= mkid.dsprite;
mkid.follow= 2.1;
}
if(global.entrance == 2) {
mkid= instance_create(obj_mainchara.x, obj_mainchara.y + 8, 1115/* obj_mkid_actor */);
mkid.sprite_index= mkid.lsprite;
mkid.follow= 2.1;
}
image_xscale= 9;
image_yscale= 9;
exit;
}
</string>
</argument>
</arguments>
</action>
</event>
<event eventtype="4" ename="obj_mainchara">
<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>if(con == 0 && global.interact == 0 && global.flag[91] < 4) {
global.interact= 1;
con= 1;
mkid.sprite_index= mkid.dtsprite;
mkid.image_speed= 0.25;
remember= mkid.follow;
mkid.follow= 0;
mkid.speed= 0;
global.flag[91]= 4;
global.facechoice= 0;
if(obj_mainchara.y > 908) obj_mainchara.y= 908;
if(obj_mainchara.y < 864) obj_mainchara.y= 864;
global.msg[0]= "* Ummm^1, maybe she wouldn\'t beat& up the teachers.../";
global.msg[1]= "* She\'s too cool to ever& hurt an innocent person!/%%";
scr_regulartext();
}
if(con == 1 && !instance_exists(782/* OBJ_WRITER */)) {
if(obj_mainchara.y > 908) obj_mainchara.y= 908;
if(obj_mainchara.y < 864) obj_mainchara.y= 864;
mkid.follow= remember;
global.interact= 0;
con= 2;
mkid.image_speed= 0;
}
</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>