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

Pokétch for Pokémon Essentials

im getting this error


---------------------------
Pokemon Essentials
---------------------------
Script 'poketch utilities' line 150: RuntimeError occurred.

LoadLibrary: RPG.Net.dll

---------------------------
OK
---------------------------

You forgot to download and place RPG.net.dll, get it from the main post.
 
this error comes when it paste in root folder if i dont paste the game will run same and also tell me how to add poketch to pause menu

This means that its not compatible with v18. It will not let the Roulette App to work. You can just ignore this one. To add into Pause menu, add a new cmd in PScreen_PauseMenu above
Code:
commands[cmdOption = commands.length]   = _INTL("Options")
and above
Code:
elsif cmdOption>=0
place the pokegear code with the condition of the previously made cmd.
 

YashPokeFan123

#PokeFan
283
Posts
3
Years
  • Age 26
  • Seen Apr 28, 2023
This means that its not compatible with v18. It will not let the Roulette App to work. You can just ignore this one. To add into Pause menu, add a new cmd in PScreen_PauseMenu above
Code:
commands[cmdOption = commands.length]   = _INTL("Options")
and above
Code:
elsif cmdOption>=0
place the pokegear code with the condition of the previously made cmd.

I understand that two but don't understand the pokegear code with the condition of the previously made cmd.

I don't understand
Can you give the code and where to add
 
Back
Top