PhantumNem Posted March 6, 2023 Share Posted March 6, 2023 I'm currently making a mod that, as you may have guessed, adds Hisuian Pokemon into the game. However, when I try to load the game with the modified "MultipleForms.rb" file, an error shows up. On top of this when I try to generate any Pokemon in the game, my game crashes. (I am using JoiPlay because I only have my Chromebook that can run this game, nothing else.) Attached is a screenshot of the error and the edited version of the file. I have also included the unedited MultipleForms.rb file as well for reference. MultipleForms.rb MultipleForms EDITED.rb Quote Link to comment Share on other sites More sharing options...
leosaurd Posted March 6, 2023 Share Posted March 6, 2023 Syntax Error. You're missing a closing "]" somewhere, likely before the :FormName=>{1=>"Primal"}. I checked, and you didn't close the square brackets in the movelist of your Hisuan Zoroark. That may or may not fix your issue. Quote Link to comment Share on other sites More sharing options...
PhantumNem Posted March 7, 2023 Author Share Posted March 7, 2023 Thank you. That worked, and hopefully I will be able to implement all of the Hisui Forms in the game. soon. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.