How to spawn into a level with 10 rings? (Boss arena)

MrBoingBD

"Just a guy who loves adventure!"
Title says it all but I'm working on a boss arena and I need to figure out how to spawn players with 10 rings.
 
Title says it all but I'm working on a boss arena and I need to figure out how to spawn players with 10 rings.
in the soc for the level, you can set how many rings you can start with by using “StartRings.”
here’s GFZ3’s SOC for example.
SOC:
Level 3
Levelname = Greenflower
Act = 3
Keywords = GFZ3
Music = VSBOSS
MusicPostBoss = GFZ1
TypeOfLevel = Singleplayer,Co-op
NextLevel = 4
SkyNum = 1
RecordAttack = true
LevelSelect = true
SaveGame = true
SkyboxScale = 64
BonusType = Boss
FlickyList = Bluebird,Chipmunk
StartRings = 10
ForceResetMusic = On
WarningTitle = true
 
in the soc for the level, you can set how many rings you can start with by using “StartRings.”
here’s GFZ3’s SOC for example.
SOC:
Level 3
Levelname = Greenflower
Act = 3
Keywords = GFZ3
Music = VSBOSS
MusicPostBoss = GFZ1
TypeOfLevel = Singleplayer,Co-op
NextLevel = 4
SkyNum = 1
RecordAttack = true
LevelSelect = true
SaveGame = true
SkyboxScale = 64
BonusType = Boss
FlickyList = Bluebird,Chipmunk
StartRings = 10
ForceResetMusic = On
WarningTitle = true
Thanks, I was not sure what level header I was supposed to use.

Thanks for your time.
 

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top