01-23-2013, 02:01 PM
Your error isn't on line 174 as it says. (wish rmxp had intellisense sometimes)
It's on line 173. You forgot to close your round brackets when defining the menu.
This line: @command_window_extra = Window_Command.new(160,["Bestiary", "Quest", "Journal", "Achieve.", "Guide", "Load"]
Has to become: @command_window_extra = Window_Command.new(160,["Bestiary", "Quest", "Journal", "Achieve.", "Guide", "Load"])
That should fix things. Now hope for no more errors ^^
It's on line 173. You forgot to close your round brackets when defining the menu.
This line: @command_window_extra = Window_Command.new(160,["Bestiary", "Quest", "Journal", "Achieve.", "Guide", "Load"]
Has to become: @command_window_extra = Window_Command.new(160,["Bestiary", "Quest", "Journal", "Achieve.", "Guide", "Load"])
That should fix things. Now hope for no more errors ^^
Upcoming RPG XP project: Legends of the Flaming Falcons
In a distant future an ancient threat stirs...heroes of old take up their arms once more.
For my writing project that includes my rmxp project I'm also maintaining a private wiki; if you wish to follow me, let me know.
My developer blog can be found here:
http://the-otherworld-tales.blogspot.be/
Gazetteer responsible for Pherione's Developer Interviews. My thread here.
More info or questions? PM me
In a distant future an ancient threat stirs...heroes of old take up their arms once more.
For my writing project that includes my rmxp project I'm also maintaining a private wiki; if you wish to follow me, let me know.
My developer blog can be found here:
http://the-otherworld-tales.blogspot.be/
Gazetteer responsible for Pherione's Developer Interviews. My thread here.
More info or questions? PM me