How to add Unidus' SpikeBalls into another enemy.

Status
Not open for further replies.

Xkower8181

Member
I want to make armored Snailer with Unidus SpikeBalls but it don't work here's how the code looks
Thing MT_SNAILER
PainChance = MT_UNIBALL
Mass = 4*FRACUNIT

State S_UNIDUS_BALL
SPRITENAME = UNID
SPRITEFRAME = B
DURATION = 1
NEXT = S_UNIDUS_BALL
ACTION = A_UnidusBall
VAR1 = 0
VAR2 = 0
Did i should add something or make more socs for making this work?
 
Unidus is normally hardcoded to spawn its own spikeballs on spawn. You'll have to use Lua to manually spawn them for the Snailer!

...well, SOCs could probably do it too, but that'll be complicated.
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top