sEDTrigger
0
0
0
0
oHintTrigger
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
event_inherited();
myid = 3;
if (global.hint[myid] == 1) instance_destroy();
//text1 = "Shooting Missiles";
text1 = get_text("InGameHints", "ShootingMissiles");
if (global.opmslstyle == 1)
{
//text2 = "Press | to select Missiles";
text2 = get_text("InGameHints", "ShootingMissiles_Text1");
}
if (global.opmslstyle == 0)
{
//text2 = "Hold | to enable Missiles";
text2 = get_text("InGameHints", "ShootingMissiles_Text2");
}
btn1_name = "Missile";
//btn1_name = get_text("Buttons", "Missile");
duration = 350;
1
603
7
0
0
-1
2
self
0
0
1
if (oControl.kMissile) {
global.hint[3] = 1;
instance_destroy();
}
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
0