I got the Eddie problem covered, but no luck with the capsules and translation, and on top of that I get
Tried to register class 'Blader' more than once.
Tried to register class 'BladerSpawner' more than once.
Tried to register class 'ScrewBomber' more than once.
Redefining didn't help? Hmmm.....well, I'll just show you what I did in case you misunderstood me or vice versa:
actor LightCapsuleBottomPink 30531
{
//$Category MM8BDM-Props
translation "192:192=237:237", "198:198=251:251"
scale 2.5
+SOLID
radius 32
height 32
states
{
Spawn:
UPGR A -1
stop
}
}
actor LightCapsuleTopPink 30532
{
//$Category MM8BDM-Props
translation "192:192=237:237", "198:198=251:251"
scale 2.5
+SOLID
+NOGRAVITY
radius 32
height 64
states
{
Spawn:
UPGR BCD 2
loop
Upgrade:
UPGR BCDBCDBCDBCDBCDBCDBCDBCD 1 A_SpawnItemEx("UpgradeFX",random(32,-32),random(32,-32),-16,0,0,-5)
//UPGR B 0 A_PlaySoundEx("Misc/Upgrade","Voice5")
loop
}
Yea I literally just rewrote the whole thing again
not very efficient of me, I know... May not look pretty but hey, it works

Also, I got the "register more than once" thing, but once I took care of the other errors it ran just fine (even though it was in red).