- 72
- Posts
- 19
- Years
- Age 33
- Paris -- France
- Seen Dec 25, 2016
I understand . Good luck foryour exams !;)
i think it's better for you if i give a clue.dan48 said:How do I make it so that the enemy pokemon, the opponents monsters, dont fade in. When I did the text thing it didn't lag, and I think doing the same for the pokemon wont
if $game_temp.battle_main_phase
self.opacity += 3 if self.opacity < 255
else
self.opacity -= 3 if self.opacity > 207
end
Then, do the same as before and your problem is solved. Tell me if this works please...if $game_temp.battle_main_phase
self.opacity += 3 if self.opacity < 255
else
self.opacity -= 3 if self.opacity > 207
end
Maybe I have an old version? ill just try to redownload it............Webmaster Tyler said:I've never noticed that when i use the script