This is what I have so far:
Code: Select all
ACTOR QuadDamage : PowerupGiver 86
{
+INVENTORY.ALWAYSPICKUP
+INVENTORY.AUTOACTIVATE
+COUNTITEM
scale 0.8
Inventory.MaxAmount 0
Inventory.PickupSound "items/quaddamage"
Inventory.PickupMessage "quad damage!"
powerup.color "44 55 aa" 25
powerup.duration 700
powerup.type "WeaponLevel2"
states
{
Spawn:
PQUA ABCDEFGH 3 BRIGHT
Loop
}
}