Code: Select all
ACTOR BubbleChest 32723
{
//$Category Items
//$Sprite CHSTA0
//$Title Bubble Chest
Radius 8
Height 16
Health 4
Speed 0
PainChance 100
+Solid
+SHOOTABLE
+NOBLOOD
+ACTIVATEMCROSS
+DONTGIB
+NOICEDEATH
+OLDRADIUSDMG
DeathSound "BREAK1"
DropItem "RedBubble"
States
{
Spawn:
CHST A -1
Loop
Death:
CHST B 5 A_Scream
CHST C 5
CHST D 5
CHST E 5
CHST F 5
CHST G 5
Stop
}
}
Thanks in advance.