- 142
- Posts
- 11
- Years
- Age 36
- Lappet Town
- Seen Apr 2, 2025
A tiny edit in the scripts that simply allows players to view detailed error reports that they can send to the devs to help them find the cause of the errors much much easier.
I would have made it into a plugin but it looks like this specific method does not work from a plugin.
Therefore it has to be a direct scripts edit.
In the Main tab (usually the last tab in the scripts.rxdata) comment out the lines i have commented out in
def mainFunction:
or i guess you can simply copy this and paste it over that one.
Before:
After:
I would have made it into a plugin but it looks like this specific method does not work from a plugin.
Therefore it has to be a direct scripts edit.
In the Main tab (usually the last tab in the scripts.rxdata) comment out the lines i have commented out in
def mainFunction:
Code:
def mainFunction
#if $DEBUG
pbCriticalCode { mainFunctionDebug }
# else
# mainFunctionDebug
# end
return 1
end
Before:
After:
![[PokeCommunity.com] Detailed Error Messages for Players (and not only debug/playtest mode) [Essentials v20.1] [PokeCommunity.com] Detailed Error Messages for Players (and not only debug/playtest mode) [Essentials v20.1]](https://cdn.discordapp.com/attachments/1087371091212779590/1087387004104355922/image.png)
Last edited: