Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Class CoolHomingFireball : DoomImpBall Replaces DoomImpBall //This fireball replaces all default Imp fireballs spawned.
- {
- Default
- {
- +SeekerMissile; //Just a marker that this is a homing projectile, does nothing on its' own by default.
- }
- States
- {
- Spawn:
- BAL1 AB 4 Bright A_SeekerMissile(0.1,0.2);
- Loop;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement