SyntaxEditor Code SnippetQuest26 => {
:ID => "26",
:Name => "Troblesome Ghosts",
:QuestGiver => "Someone terrified of ghosts",
:Stage1 => "Find out if these ghosts are known by anyone else.",
:Stage2 => "CAPTURE THE GHOSTS unless you want a permanently incomplete Pokedex."...
Why do I have so many more errors?
[Modern Quest System + UI] 004_Quest_Data.rb:338: syntax error, unexpected string literal, expecting local variable or method
:Name => "Troblesome Ghosts",
^
[Modern Quest System + UI] 004_Quest_Data.rb:338: syntax error, unexpected ',', expecting...
How do I add more to lines an event script after reaching the bottom of the script? I'm making a trainer that needs lots of dialogue, but it won't fit.
SyntaxEditor Code SnippetQuest19 = {
:ID => "19",
:Name => "The Creatures of Light",
:QuestGiver => "Nagesh",
:Stage1 => "Return Cos and Moem to Nagesh.",
:Stage2 => "Don't return Cos and Moem and instead go to the basement.",
:Stage3 => "Tell Nagesh about what just...
I have more errors now that I finally have tried to load the game after a few weeks so there's a lot.
[Pokémon Essentials version 20.1]
[v20.1 Hotfixes 1.0.7]
Error in Plugin: [Modern Quest System + UI]
Exception: SyntaxError
Message: [Modern Quest System + UI] 004_Quest_Data.rb:251: syntax...
Oops.
This should be the right one.
Quest15 = {
:ID => "15",
:Name => "Encounter with a Legendary Pokémon",
:QuestGiver => "nil",
:Stage1 => "Follow the Pokémon.",
:Stage2 => "Ask Erika to join you and Xerneas in the plan to stop Yveltal.",
:Stage3 => "Battle Erika."...
SyntaxEditor Code SnippetQuest16 = {
:ID => "16",
:Name => "Life against Death",
:QuestGiver => "Xerneas and Erika",
:Stage1 => "Enter the house that leads to the Dolerite Shaft.",
:Stage2 => "Proceed through the Dolerite Shaft to enter Death's Tomb.",
:Stage3 => "Make...