- 2
- Posts
- 9
- Years
- Seen Sep 11, 2015
Greetings, companions of Pokemon Essentials^^
Hope someone can help me. I created a special move for the project I'm currently working, called Snowy Terrain (as you can imagine, it covers the battlefield for 5 turns in snow). The move works perfectly, as well as any related secondary effect. However, to make it more easy to understand there's snow on the battlefield, other than the prompt text at the end of the turn, I wished to temporary change the battleback from the default one to the snow one, and at the end of the effect it should switch again to the default one. I tried with @battle.scene.pbGraphicsUpdate at the end of the Move_Effect of the move and at the end of the turn of PokeBattle_Battle, but nothing happened, and trying to modify that string always resulted in the same two outcomes:
1. Nothing still happens
2. Undefined method
Is there a way to do this? If yes, how?
Hope someone can help me. I created a special move for the project I'm currently working, called Snowy Terrain (as you can imagine, it covers the battlefield for 5 turns in snow). The move works perfectly, as well as any related secondary effect. However, to make it more easy to understand there's snow on the battlefield, other than the prompt text at the end of the turn, I wished to temporary change the battleback from the default one to the snow one, and at the end of the effect it should switch again to the default one. I tried with @battle.scene.pbGraphicsUpdate at the end of the Move_Effect of the move and at the end of the turn of PokeBattle_Battle, but nothing happened, and trying to modify that string always resulted in the same two outcomes:
1. Nothing still happens
2. Undefined method
Is there a way to do this? If yes, how?