Classes:ZorchPropulsor
Classes:Actor→Inventory→Weapon→DoomWeapon→RocketLauncher→ZorchPropulsor
This actor needs a description.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Zorch propulsor | |||
---|---|---|---|
Actor type | Weapon | Game | ![]() |
DoomEd Number | 2003 | Class Name | ZorchPropulsor |
DECORATE definition
ACTOR ZorchPropulsor : RocketLauncher { Obituary "" Inventory.PickupMessage "$GOTZORCHPROPULSOR" // "You got the Zorch Propulsor!" Tag "$TAG_ZORCHPROPULSOR" // "Zorch Propulsor" States { Fire: MISG B 8 A_GunFlash MISG B 12 A_FireCustomMissile("PropulsorMissile") MISG B 0 A_ReFire Goto Ready } }
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.