- Joined
- Feb 6, 2015
- Messages
- 38
- Reaction score
- 6
- First Language
- English
- Primarily Uses
Ok, so this is a great fun script. I added a chest to the demo with add_fish(3) after I moved it in the script to x position 100. Had it call a common event that gave the player some coins. Seemed to work with my tests.
Then I added a mermaid as fish[5] and set her up in the script and she works by appearing around the chest and guarding it kinda. She only goes after keys, bait[6]. I set her up like so:
FISH[5] = [ # A mermaid! "fish5", # graphic 3, # speed 5, # pull 2, # move type [0,3], # level 100, # x pos 27, # item [6], # bait type "", # custom se [100,50], # range 0, # common event [78,95], # length [70,99], # weight true, # stats "Mermaid", # custom txt ]You have to kinda use the bait to lure her awy from the chest then cast for the chest. Everything seems to work most of the time but sometimes when I catch the chest just as I reel it in and catch it, the game crashes and this error pops up. This happens even if I catch the mermaid first.
I'm not sure what's going on or what it means by undefined method. Line 753 is
SceneManager.scene.refresh_menusAny ideas?

Then I added a mermaid as fish[5] and set her up in the script and she works by appearing around the chest and guarding it kinda. She only goes after keys, bait[6]. I set her up like so:
FISH[5] = [ # A mermaid! "fish5", # graphic 3, # speed 5, # pull 2, # move type [0,3], # level 100, # x pos 27, # item [6], # bait type "", # custom se [100,50], # range 0, # common event [78,95], # length [70,99], # weight true, # stats "Mermaid", # custom txt ]You have to kinda use the bait to lure her awy from the chest then cast for the chest. Everything seems to work most of the time but sometimes when I catch the chest just as I reel it in and catch it, the game crashes and this error pops up. This happens even if I catch the mermaid first.
I'm not sure what's going on or what it means by undefined method. Line 753 is
SceneManager.scene.refresh_menusAny ideas?

