- 1
- Posts
- 6
- Years
- Seen Apr 9, 2021
Hello there!
I know this post is quite old but I still hope that somebody can help me. The script is awesome and I haven't experienced any issues until now when I used it in Pokemon Essential 17.2.
The main issue is here that you can actually scroll between the quests but the game crashes when you want to go back to the first quest in the list.
It's not because of the first quest since I tested it out. So what do I have to change to get it working?
Here is the error code and thanks for your help.
Exception: NoMethodError
Message: undefined method `quest' for nil:NilClass
System_Quests:550:in `pbMove'
System_Quests:233:in `pbUpdate'
System_Quests:220:in `loop'
System_Quests:244:in `pbUpdate'
System_Quests:215:in `initialize'
System_Quests:97:in `new'
System_Quests:97:in `pbQuestlog'
Modular Pause Menu:418
Modular Pause Menua:417: in `call'
Modular Pause Menu: in `runAction'
It can be also my fault if I've implemented it wrong in Lucas S.Js script.
# QuestLog
MenuHandlers.addEntry(:QUEST,_INTL("Quest Log"),"menuQuest",proc{|menu|
pbQuestlog
menu.pbShowMenu
},proc{ return true })
Thank you in advance and keep up your great work. :-)
I know this post is quite old but I still hope that somebody can help me. The script is awesome and I haven't experienced any issues until now when I used it in Pokemon Essential 17.2.
The main issue is here that you can actually scroll between the quests but the game crashes when you want to go back to the first quest in the list.
It's not because of the first quest since I tested it out. So what do I have to change to get it working?
Here is the error code and thanks for your help.
Exception: NoMethodError
Message: undefined method `quest' for nil:NilClass
System_Quests:550:in `pbMove'
System_Quests:233:in `pbUpdate'
System_Quests:220:in `loop'
System_Quests:244:in `pbUpdate'
System_Quests:215:in `initialize'
System_Quests:97:in `new'
System_Quests:97:in `pbQuestlog'
Modular Pause Menu:418
Modular Pause Menua:417: in `call'
Modular Pause Menu: in `runAction'
It can be also my fault if I've implemented it wrong in Lucas S.Js script.
# QuestLog
MenuHandlers.addEntry(:QUEST,_INTL("Quest Log"),"menuQuest",proc{|menu|
pbQuestlog
menu.pbShowMenu
},proc{ return true })
Thank you in advance and keep up your great work. :-)