Some question about programming

agente00g

Rookie
Member
Joined
Feb 5, 2019
Posts
3
A)Basically i created a txt with a code of a class that inherits from PokeBattle_Move, i executed it with the evals function, but in the PokeBattle_Move.pbFromPBMove
the Kernel.const_get(className) does not recognize the new class(It says in the error message: uninitialized constant kernel). Can i make it recognize?if so, How?

B)It is possible to edit the pokemon essentials script using another editor that is not the rpg maker xp default one?

C)It is possible to change pokemon essentials script using the code itself?
 

Poq

Cooltrainer
Member
Joined
Aug 7, 2018
Posts
119
An answer to B:
Gemini Editor is a program built to manipulate RPG Maker scripts. It doesn't let you edit maps or events, but you can edit scripts and run the game in debug mode.
 
Top