Yes I'm actually trying to port My devil super sonic boss to release it here but I am not able to do it.
I tried everything but, it doesn't even spawn, it says that SpawnState etc. are uknow words and says that he can't found the states.

Here is the start of the code:

FREESLOT
MT_DEVILSS
Object DEVILSS


MapThingNum = 4022
SpawnState = S_DEVSPAWN
SpawnHealth = 8
SeeState = 1806
SeeSound = 127
ReactionTime = 32
AttackSound = 0
PainState = 1840
PainChance = 200
PainSound = 0
MeleeState = S_DEVATCK11
MissileState = 1838
DEATHSTATE = 1846
DEATHSOUND = 0
XDEATHSTATE = 0
SPEED = 7
RADIUS = 1572864
HEIGHT = 2097152
MASS = 100
DAMAGE = 2
ACTIVESOUND = 0
RAISESTATE = 1842
FLAGS = MF_BOSS|MF_SHOOTABLE|MF_NOGRAVITY|MF_FLOAT|MF_SPEC IAL


#Devil Super Sonic's spawn state:


FRAME S_DEVSPAWN
SPRITENUMBER = 245
SPRITESUBNUMBER = 0
DURATION = 1
NEXT = DEVSPAWN
ACTION None
VAR1 = 0
VAR2 = 0


#Devil Super Sonic charging and firing a bomb ring at the player:


FRAME S_DEVATCK11
SPRITENUMBER = 245
SPRITESUBNUMBER = 2
DURATION = 35
NEXT = S_DEVATCK12
ACTION A_PlaySound
VAR1 = 156
VAR2 = 0


FRAME S_DEVATCK12
SPRITENUMBER = 245
SPRITESUBNUMBER = 0
DURATION = 15
NEXT = 1835
ACTION A_FireShot
VAR1 = 223
VAR2 = 0

Here are the bunch of error it spawns:
srb20019.png

So if anyone can at least convert the spawnstate and the melee state... Do it please...