sSMXPickup
0
-1
0
0
oXPickup
<undefined>
1
603
7
0
0
-1
2
self
0
0
1
event_inherited();
xtype = sSMXPickup;
1
603
7
0
0
-1
2
self
0
0
1
if(collectable == 1 && state != 6) {
global.smissiles += 1;
if (global.smissiles > global.maxsmissiles) global.smissiles = global.maxsmissiles;
PlaySoundMono(sndAbsorbX);
instance_create(oCharacter.x,oCharacter.y-oCharacter.sprite_height/2,oAbsorbX);
oAbsorbX.color = 4;
state = 6;
statetime = 0;
relativeX = x - oCharacter.x;
relativeY = y - (oCharacter.y-oCharacter.sprite_height/2);
}
0
0
0
0.5
0.100000001490116
0
0.100000001490116
0.100000001490116
0.200000002980232
-1
0