Wednesday, December 27, 2017

Array and Switch for GameMaker creator

Array and Switch for GameMaker creator:


I wanted a tool to help me create Arrays and Switch statements FAST to deploy them in RPG games dialogue trees. So I created my own. Please note that this tool is limited in many ways, but can be hacked to do the thing.
Once again, the purpose of this tool is to make the work faster only!

Switch in action ready to be transferred to GameMaker (Click to enlarge)


What are the numbers?


1- A variable to store the number to be used later to make choices (like the Down key to make the variable increment +1
2- The length of the statement or Array, like: how many cases in the switch statement?
3- Just creates the input.
4- Copies the window of the code  in the step event, and you will need to paste it in the Step event of game maker.
5- Switches between Array command or the Switch command.
6- That is a variable used to store the messages in the Switch statement and use them in the draw text event .
7- Create event simulator.
8- Step event simulator

Download:

No comments:

Post a Comment