Skip to content

Usage of Game Variables #117

Discussion options

You must be logged in to vote

A) Yes you can, but not like player and machine. Game is a specific mode that handles the Game mode of the machine. It is built to track the data and flow of a game. If you want to track extra variables by game you can modify the game code file and add your own. This would be via Python.

Alternatively, use machine variables and just have a handler at game_ended/game_started (or whatever event you choose) to set the machine_var back to 0 (or your start value).

B) As far as slides everything can be called and used depending how you move forward based on the above.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@toomanybrians
Comment options

Answer selected by toomanybrians
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants