Help with Checking Switches in script editor

Kartik

Disappointment
Member
Joined
Aug 15, 2018
Posts
123
So I created a note pad section in the pause menu (btw I am using dppt pause menu by marin)
But how do I make it check if a global switch is on/off and then only display the text

Thank you
 

Vendily

Cooltrainer
Member
Joined
May 16, 2017
Posts
130
You can access the switches though the script with $game_switches[XXX] where XXX is the switch number. $game_variables[XXX] is the same thing, but for variables
 
Top