Here is the projectile:
Code: Select all
ACTOR InsPlasma
{
Radius 1
Height 4
Speed 40
Damage 5
PROJECTILE
+Floorclip
+RANDOMIZE
alpha 0.75
SeeSound "weapons/plasmaf"
DeathSound "weapons/plasmax"
States
{
Spawn:
IPLS AB 8
LOOP
Death:
IPLE ABCDE 4
Stop
}
}