- 55
- Posts
- 11
- Years
- Seen Oct 8, 2019
First of all, you guys did an amazing job, thanks very much for this support!!
Then I have two little question, one is an error, the other one just for understanding.
1st problem occurs an error message, when I talk to the Pokemon. Not always, some messages were shown, maybe it has something to do with showing the emotions? I didn't close the rmxp the first time I added Animations.rxdata and animations pictures(emo,emo2,pokemon-follow). I deleted the 4 files, closed the rmxp and tried it again, it's still the same error message when I talk to the Pokemon. I even deleted the save-game file and started a new game, without success..
2nd question concerns to the command "pbPokemonFollow(X)".
Do I need this command and the second "dependent" event on every map? Or is it okay once I called the event and the Pokemon follows me? So far it looked fine, when I changed the map (only tried with teleport-command yet)
Then I have two little question, one is an error, the other one just for understanding.
1st problem occurs an error message, when I talk to the Pokemon. Not always, some messages were shown, maybe it has something to do with showing the emotions? I didn't close the rmxp the first time I added Animations.rxdata and animations pictures(emo,emo2,pokemon-follow). I deleted the 4 files, closed the rmxp and tried it again, it's still the same error message when I talk to the Pokemon. I even deleted the save-game file and started a new game, without success..
Spoiler:
Code:
---------------------------
Pokemon Essentials
---------------------------
Exception: NoMethodError
Message: undefined method `>' for nil:NilClass
RPG__Sprite:123:in `effect?'
RPG__Sprite:434:in `effect?'
RPG__Sprite:433:in `each'
RPG__Sprite:433:in `effect?'
AnimationSprite:31:in `update'
AnimationSprite:88:in `updateOldFL'
AnimationSprite:87:in `each'
AnimationSprite:87:in `updateOldFL'
SimpleHUD:48:in `follower_update'
FollowingPokemon:1768:in `update'
This exception was logged in
C:\Users\joern\Saved Games/Pokemon Essentials/errorlog.txt.
Press Ctrl+C to copy this message to the clipboard.
---------------------------
OK
---------------------------
2nd question concerns to the command "pbPokemonFollow(X)".
Do I need this command and the second "dependent" event on every map? Or is it okay once I called the event and the Pokemon follows me? So far it looked fine, when I changed the map (only tried with teleport-command yet)