Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Roninfang on August 06, 2015, 04:38:18 AM

Title: Selecting stages and characters?
Post by: Roninfang on August 06, 2015, 04:38:18 AM

basically lets say i have 3 characters and 3 stages player can choose


each character/playable has their own set of skills/stats etc

lets say for now name the stages. stage 1, 2 and 3

and characters , character a,b,c

if player chooses playable 1 and stage 1 from the selection menu...when player hits start game obviously player 1 and stage 1 will load

if player chooses playable 2 and stage 1 from the selection menu...when player hits start
game obviously player 2 and stage 1 will load etc etc
Title: Re: Selecting stages and characters?
Post by: mdotstrange on August 06, 2015, 09:16:53 AM
I didn't see a question but perhaps you are asking how to load different characters with different levels-

Just use the normal load level to load the level then create/spawn/activate the player that you want to use on that level-

Can use an int switch to switch the levels/characters
Title: Re: Selecting stages and characters?
Post by: Roninfang on August 06, 2015, 10:21:56 AM
"I didn't see a question but perhaps you are asking how to load different characters with different levels-"

yup thats pretty much it...one of my future game ideas...basically player can pick among the 10 or so heroes he or she may want to use...also she/he may also pick which stage to play

Title: Re: Selecting stages and characters?
Post by: Roninfang on August 06, 2015, 10:22:42 AM
"Can use an int switch to switch the levels/characters"

how so?