Actor GeneralRoasterock2 : GeneralRoasterock replaces GeneralRoasterock
{
DropItem "Demon Tech Devastator", 96, 1
DropItem "Demon Tech BFG10K", 96, 1
DropItem "PyroCannon", 64, 1
DropItem "Rocket Launcher", 120, 1
DropItem "Grenade Launcher", 120, 1
DropItem "Beacon", 120, 1
DropItem "ArmorCharge", 150, 2
DropItem "Armorplate", 186, 2
DropItem "Portablemedkit", 159, 2
DropItem "Backpack", 190, 1
DropItem "AmpGoggles", 190, 1
DropItem "SkullOfPower", 72, 1
DropItem "DemonicChalice", 72, 1
DropItem "LegendaryRune", 72, 1
var int user_music;
Tag "\crGeneral Roasterock\c-"
States
{
  See:
	TNT1 A 0 A_JumpIf(user_music == 1,3)
	TNT1 A 0 ACS_NamedExecuteAlways("StartMonsterMusic",0,603)
	TNT1 A 0 A_SetUserVar("user_music",1)
	ROST A 0 A_Jump(30,"Sprint")
	TNT1 A 0 A_SpawnItem("RoasterStep",0,0,0,0)
	ROST AABB 3 A_Chase
	TNT1 A 0 A_SpawnItem("RoasterStep",0,0,0,0)
	ROST CCDD 3 A_Chase
	Loop
}
}