- 12
- Posts
- 4
- Years
- Seen Oct 2, 2023
Hi,
I'm super new to Pokemon Essentials and I was wondering if there was a way to call the debug function to fill the player's PC with one of every type of pokemon through talking to an in-game NPC. My game is going to be an Elite 4 Boss Gauntlet (more than 5 trainers) and I want the player to be able to pick any pokemon they wish for their team. When I found this in the debug menu I thought it was perfect for what I need. However, I have no idea how to call it in the event page for the NPC I want to assign it to. I tried reading through the script files and seeing how it was being called for the Debug Menu but I couldn't find it.
Is it possible to do this through talking with an NPC or do I need to write a new script to handle it?
If I can do it this way, what would be the command/code I need to use for my NPC Event Page?
If I have to write a new script, how would I go about doing that? Would I take the Fill Player PC function from Debug.Menu and make that into a separate script?
My background in coding is intermediate although I've never worked with Ruby before, but I am able to read it.
Please help. Thank you!
I'm super new to Pokemon Essentials and I was wondering if there was a way to call the debug function to fill the player's PC with one of every type of pokemon through talking to an in-game NPC. My game is going to be an Elite 4 Boss Gauntlet (more than 5 trainers) and I want the player to be able to pick any pokemon they wish for their team. When I found this in the debug menu I thought it was perfect for what I need. However, I have no idea how to call it in the event page for the NPC I want to assign it to. I tried reading through the script files and seeing how it was being called for the Debug Menu but I couldn't find it.
Is it possible to do this through talking with an NPC or do I need to write a new script to handle it?
If I can do it this way, what would be the command/code I need to use for my NPC Event Page?
If I have to write a new script, how would I go about doing that? Would I take the Fill Player PC function from Debug.Menu and make that into a separate script?
My background in coding is intermediate although I've never worked with Ruby before, but I am able to read it.
Please help. Thank you!