Blue Shadow
Junior Member
Posts: 144
Registered: 09-12 |
This is (I think) what Xaser is basically suggesting, which works fairly well, if I do say so myself:
code: ACTOR CustomPlasmaBall : PlasmaBall replaces PlasmaBall
{
-RANDOMIZE
States
{
Spawn:
TNT1 A 2 // I found two tics to work better than one tic
RealSpawn:
PLSS AB 6 Bright
Loop
}
}
|