GLide KS
Sometimes I sprite "things"
Well, idk if u understand the title, but im making a Gaster Blaster weapon (weapon that uses Sans in Undertale), and well, idk how i can make him a rail ring shoot, so i used a simple missile that is eggmobile shoot attack, so i made these states (it replaces infinity ring):
State S_GASTERBLAST_APPEAR
SPRITEFRAME = A
SPRITENAME = SPR_BLST
DURATION = 20
NEXT = S_GASTERBLAST_SHOOT
State S_GASTERBLAST_SHOOT
SPRITEFRAME = B
SPRITENAME = SPR_BLST
DURATION = 30
ACTION = A_FIRESHOT
NEXT = S_NULL
VAR1 = MT_EGGMOBILE_FIRE
VAR2 = 0
Im using a SOC script.
But it does not shot where i want, it shoots at me, heres a GIF:
EDIT: Well other problem is that the gaster blaster´s shoot attack affects me, and i dont want that.
State S_GASTERBLAST_APPEAR
SPRITEFRAME = A
SPRITENAME = SPR_BLST
DURATION = 20
NEXT = S_GASTERBLAST_SHOOT
State S_GASTERBLAST_SHOOT
SPRITEFRAME = B
SPRITENAME = SPR_BLST
DURATION = 30
ACTION = A_FIRESHOT
NEXT = S_NULL
VAR1 = MT_EGGMOBILE_FIRE
VAR2 = 0
Im using a SOC script.
But it does not shot where i want, it shoots at me, heres a GIF:
EDIT: Well other problem is that the gaster blaster´s shoot attack affects me, and i dont want that.
Last edited: