• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Using Game Switches/Variables in Scripts

Tutorial Using Game Switches/Variables in Scripts 2023-03-16

TechSkylander1518 submitted a new resource:

Using Game Switches/Variables in Scripts - A simple trick to dip your toes into minor scripting.


Just a quick tutorial to explain how to use Game Switches/Variables in the game's scripts. It's a simple trick to pick up that offers a lot of possibilities.

Switches and Variables​

First, a note about terms. You may sometimes see Game Switches/Variables referred to as Global Switches/Variables. I get the reasoning behind this, but there's a problem - a global variable in Ruby is its own separate...

Read more about this resource...
 
Back
Top