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
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