Any plans for v18.1?
Great scripts!
It will be better if there could be more information like weather time,field effects,pokemon special effects,etc like the official games did.
Also I guess the script haven't taken illusion or imposter into consideration.
![]()
Maybe just like this?
Not really.
The screenshot is form pokemon swsh.
And Tailwind here is an effect instead of a move.
![]()
I tested it in v18.1 and got this error.
Anyway to solve?
Upcase is in the capitalize.
No,I just start a battle and press A.
Thanks.I will check it out.I put it right above main,so I dont think about overwrite before.
Edited:There is no other'def pbCommandMenuEx' in modded scripts.
I delete '.capitalize',and it doesn't show error to me.
However,the weather didn't show too,although I started one.
PS:In raw PEv18.1 the .capitalize didnt cause error,but the weather didnt shown too.
ret["Default terrain"] = @field.defaultTerrain.to_s.capitalize if @field.defaultTerrain != PBBattleTerrains::None
ret["Terrain"] = @field.terrain.to_s.capitalize if @field.terrain != PBBattleTerrains::None
ret["Default terrain"] = @field.defaultTerrain.to_s.capitalize if @field.defaultTerrain && @field.defaultTerrain != PBBattleTerrains::None
ret["Terrain"] = @field.terrain.to_s.capitalize if @field.defaultTerrain && @field.terrain != PBBattleTerrains::None