- 217
- Posts
- 15
- Years
- Seen Nov 29, 2021
So the following doesn't seem to work:
And I'm not going to pretend to know enough to know why.
If it helps this didn't work either:
Code:
EnumOption.new(_INTL("Scale Wild Pok?mon"),[_INTL("On"),_INTL("Off")],
proc { $PokemonSystem.scaling },
proc {|value| $PokemonSystem.scaling=value }
),
Code:
if $PokemonSystem.scaling==0
If it helps this didn't work either:
Code:
if $PokemonSystem.scaling== "On"