//////////////////////////////////////////////////////////////////////////////////////////////////
//                              The coolest template in the world.                              //
//////////////////////////////////////////////////////////////////////////////////////////////////
actor OPJoe : HardClassBase
{
Player.ScoreIcon "C_00J0X"
player.displayname "OP Joe"
player.soundclass "megamanc"
player.startitem "MegaBusterC"
player.startitem "BusterAmmo", 3
player.startitem "Terminator", 1
player.forwardmove 2.8, 2.8
player.sidemove 2.78, 2.78
player.jumpz 20

player.startitem "RollingCutterWeakness2", 1
player.startitem "MetalBladeWeakness2", 1

player.startitem "RollingCutterWeakness", 1
player.startitem "MetalBladeWeakness", 1

States
{
Spawn:
SNIP A 0
SNIP B 1
SNIP A 1
Goto Spawn+2
See:
SNIP BCDE 5
Goto Spawn
Missile:
SNIP F 5
SNIP G 4
goto Spawn
ClassPain:
SNIP H 0
goto PainContinue
DeathFix:
SNIP H 0
goto DeathContinue
ClassDeath:
SNIP H 1
goto MegaDeathEnd
}
}

//Dev notes
/*
The following classes have extra deaths, be sure to change them if death states are tweaked.
Dr. Wily
Gravityman
Grenademan
Swordman
EvilRobot
Galaxyman

*/