I'm making a doom weapons mod and I wanna use the beta BFG blast as an altfire. For whatever reason it won't behave like it would as a regular fire state. As an altfire, the weapon will not stop firing the beta blast even after the cell is gone. Almost like unlimited fire power. This is my decorate code and I dunno what I'm doing wrong here. What should I fix here?
Altfire:
BFGG A 10 A_BFGSound
BFGG A 0 A_TakeInventory("Cell", 40)
BFGG A 0 A_JumpIfNoAmmo("ANoAmmoState")
BFGG BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB 1 A_FireOldBFG
BFGG B 0 A_Light0
BFGG B 20 A_ReFire
Goto Ready
Question
Ani
I'm making a doom weapons mod and I wanna use the beta BFG blast as an altfire. For whatever reason it won't behave like it would as a regular fire state. As an altfire, the weapon will not stop firing the beta blast even after the cell is gone. Almost like unlimited fire power. This is my decorate code and I dunno what I'm doing wrong here. What should I fix here?
Altfire:
Edited by AniBFGG A 10 A_BFGSound
BFGG A 0 A_TakeInventory("Cell", 40)
BFGG A 0 A_JumpIfNoAmmo("ANoAmmoState")
BFGG BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB 1 A_FireOldBFG
BFGG B 0 A_Light0
BFGG B 20 A_ReFire
Goto Ready
Share this post
Link to post
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.