I made 2 ACTORS, one for a the gun FireBall (a stronger plasma ball) and the otherone for the weapon. I can't use the gun when I launch the wad, I can summon it but its invisible and I can't grab it. I don't know what happened but I need help. At least the gun's fire ball works.
The DECORATE of the weapons is:
ACTOR AK47Paladin : DoomWeapon 2508
{
//$Category Weapons
obituary "%o was destroyed by %k's AK47 Paladin."
attacksound "Weapons/AK47P"
inventory.pickupmessage "You got the AK47 Paladin!"
Weapon.SlotNumber 4
weapon.ammotype "Cell"
weapon.ammouse 1
weapon.ammogive 40
States
{
Ready:
AK4P A 1 A_WeaponReady
Stop
Deselect:
AK4P A 1 A_Lower
Stop
Select:
AK4P A 1 A_Raise
Stop
Fire:
AKPF A 1 A_FireCustomMissile ("PaladinPlasmaBall")
AKPF B 1 A_ReFire
goto ready
Spawn:
AKPS A -1
Stop
}
}
Please tell me which part is wrong so I can correct it.
