Adding another explosive weapon 5 in decorate, it becomes the primary one you switch to first when you press 5. I want the regular RL to come up first. Any suggestions?
Current weapon code:
ACTOR CryoGrenade : DoomWeapon 2061
{
Game Doom
SpawnID 193
Height 20
Weapon.SelectionOrder 1100
Weapon.SlotNumber 5
Weapon.AmmoUse1 1
Weapon.AmmoGive1 3
Weapon.AmmoType1 "RocketAmmo"
+WEAPON.MELEEWEAPON
Inventory.PickupMessage "You got Cryogrenades!"
Obituary "%o got chilled by %k. Frosty!"
States
{
Ready:
PUNG B 1 A_WeaponReady
Loop
Deselect:
PUNG B 1 A_Lower
Loop
Select:
PUNG B 1 A_Raise
Loop
Fire:
PUNG B 10
PUNG A 10 A_FireCustomMissile("IceGrenade",0,1,0,0,0,0)
Goto Ready
AltFire:
PUNG B 4
PUNG C 4 A_Punch
PUNG D 5
PUNG C 4
PUNG B 5 A_ReFire
Goto Ready
Spawn:
SBBM G -1
Stop
}
}
Question
Gokuma
Adding another explosive weapon 5 in decorate, it becomes the primary one you switch to first when you press 5. I want the regular RL to come up first. Any suggestions?
Current weapon code:
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.