• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Legacy GM Trying to switch between control of three objects

A

AngelofGamin

Guest
I'm able to control both the first and third character using a variable called global.character = [number] in obj_control

but not the second character for whatever reason
unknown-1.png
I thought at first it was because global character is strictly a binary statement but i can successfully switch between 1 and 3
 
Last edited by a moderator:

CloseRange

Member
you may have figured it out by now but for key inputs the letter in " " must be capital.
make that a W instead of w and you should be set
 
Top