• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

How to set debug off (where)

17
Posts
11
Years
  • Seen Nov 16, 2015
I know I have to set $DEBUG to false.
But, where?

I'm using essentials to make an online game,
so I don't want people to have access to the debug menus.

How to set them off?
 
152
Posts
11
Years
  • Age 12
  • Seen May 11, 2015
Debug is automatically set on while you're playtesting. If you open the actual game (NOT in RMXP), debug will be off.
 
152
Posts
11
Years
  • Age 12
  • Seen May 11, 2015
You probably have a script/event that's turning on Debug.

Look for something that's setting the variable $Debug to TRUE.
 
Back
Top