I spent half an hour trying to find the mistake but I couldn't find it.
If anyone sees it, it would be great.

Code: Select all
[
{
"id": "irhain_start",
"replies": [
{
"nextPhraseID": "ihrain_introduction",
"text": "Hello."
},
{
"requires": {
"progress": "dimension:1"
},
"text": "GREETINGS2"
},
{
"requires": {
"progress": "dimension:2"
},
"text": "GREETINGS3"
}
],
"message": "Hello young man."
},
{
"id": "ihrain_introduction",
"replies": [
{
"text": "Used?",
"nextPhraseID": "ihrain_introductionpast"
},
{
"text": "And what is your business here?",
"nextPhraseID": "ihrain_startquest"
}
],
"message": "Let me introduce myself. My name is Irhain and I come
from the distant city of Sullengard.\nPeople in my city used to call
me the Elementalist."
},
{
"id": "ihrain_introductionpast",
"replies": [
{
"text": "N",
"nextPhraseID": "ihrain_startquest"
}
],
"message": "Well.. I had some problems with the city
watch...\nLet's forget about that. I'm still an elementalist even if
they call me \"Madman\"."
},
{
"id": "ihrain_startquest",
"replies": [
{
"text": "Lot of money? You've my curiosity.",
"nextPhraseID": "ihrain_quest"
},
{
"text": "People around me always told me not to trust wizards.",
"nextPhraseID": "ihrain_trust"
},
{
"text": "Working with a wizard? No thank you.",
"nextPhraseID": "ihrain_comeback"
}
],
"message": "I have a proposition for you, something new and
wonderful. And... A lot of money could be made if you listen closely."
},
{
"id": "ihrain_comeback",
"message": "Look for me if you ever change your thought."
},
{
"id": "ihrain_quest",
"replies": [
{
"text": "N",
"nextPhraseID": "ihrain_quest_1"
}
],
"message": "I was travelling from Stoutford to Nor City, dodging
bees and wolfs, when I saw a strange light. It looked like a reddish
moon fell in the forest but it still shone."
},
{
"id": "ihrain_quest_1",
"replies": [
{
"text": "N",
"nextPhraseID": "ihrain_quest_2"
}
],
"message": "I approached slowly wondering what mysterious ritual
took place in this dark forest."
},
{
"id": "ihrain_quest_2",
"replies": [
{
"text": "A portal? Interesting. Did you enter?",
"nextPhraseID": "ihrain_questcoward"
},
{
"text": "A portal? I don't trust you. You just want me to go
in the forest and wait for your friends to rob me. Goodbye.",
"nextPhraseID": "ihrain_comeback"
}
],
"message": "I hid in a tree at the edge of the forest and looked
in the direction of the pale light. It was no moon nor moon rocks, it
was a portal!"
},
{
"id": "ihrain_questcoward",
"replies": [
{
"text": "N"
}
],
"message": "Well, not really. I'm not that young and I think I
should leave those adventures to the young generation."
},
{
"id": "ihrain_trust",
"replies": [
{
"text": "I'm listening.",
"nextPhraseID": "ihrain_quest"
},
{
"text": "You're wasting my time wizard, look for another fool.",
"nextPhraseID": "ihrain_comeback"
}
],
"message": "And I tell you not to trust them, now are you
listening or are you wasting my time?"
}
]
EDIT:
Oh and btw, if you see a mistake, report it
