Fix syntax errors in dialog files

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13126 282e977c-c81d-0410-88c4-b93c2d0d6712
master
cavesomething 2010-05-05 11:35:08 +00:00
parent c4ffa01239
commit f662143e23
3 changed files with 12 additions and 12 deletions

View File

@ -13,32 +13,32 @@
"msg" : ["Ya say yer sick? That's a darn shame!\nI get a touch of the wind myself sometimes..."]
},{
"match" : ["yes"],
"pre" : [["quest", "scorn/Earhorn", "10"], ["settoken", "askfor", "horn"], ["item", "Gramp's earhorn"]],
"pre" : [["quest", "scorn/Earhorn", "10"], ["token", "askfor", "horn"], ["item", "Gramp's earhorn"]],
"post": [["settoken", "askfor", "0"], ["takeitem", "Gramp's earhorn"], ["giveitem", "diamond", "3"], ["quest", "scorn/Earhorn", "60"]],
"msg" : ["My horn! Thanks.\n Here's a little spending money for your trouble.\n Now I can hear again.\n....err drat now she'll be gabbin at me all day. Maybe I better hide it again..."]
},{
"match" : ["yes"],
"pre" : [["quest", "scorn/Earhorn", "10"], ["settoken", "askfor", "horn"]],
"pre" : [["quest", "scorn/Earhorn", "10"], ["token", "askfor", "horn"]],
"post": [["settoken", "askfor", "0"]],
"msg" : ["Well, where is it? I can't stand around here all day listening to you making excuses.\n Can't do much listening at all til you get me that horn."]
},{
"match" : ["no"],
"pre" : [["quest", "scorn/Earhorn", "10"], ["settoken", "askfor", "horn"]],
"pre" : [["quest", "scorn/Earhorn", "10"], ["token", "askfor", "horn"]],
"post": [["settoken", "askfor", "0"]],
"msg" : ["Go? Go where? I ain't going anywhere 'til you get me that horn."]
},{
"match" : ["yes"],
"pre" : [["quest", "scorn/WalkingStick", "10"], ["settoken", "askfor", "stick"], ["item", "Gramp's walking stick"]],
"pre" : [["quest", "scorn/WalkingStick", "10"], ["token", "askfor", "stick"], ["item", "Gramp's walking stick"]],
"post": [["settoken", "askfor", "0"], ["takeitem", "Gramp's walking stick"], ["giveitem", "diamond", "2"], ["quest", "scorn/WalkingStick", "60"]],
"msg" : ["You found my staff, thanks.\nHeres a little something for you.\nDon't spend it all on sweets now."]
},{
"match" : ["yes"],
"pre" : [["quest", "scorn/WalkingStick", "10"], ["settoken", "askfor", "stick"]],
"pre" : [["quest", "scorn/WalkingStick", "10"], ["token", "askfor", "stick"]],
"post": [["settoken", "askfor", "0"]],
"msg" : ["Well, where is it? I can't stand around here all day waiting for you to get your act together.\n 'course if you don't get me my stick back, I may not have a lot of choice."]
},{
"match" : ["no"],
"pre" : [["quest", "scorn/WalkingStick", "10"], ["settoken", "askfor", "stick"]],
"pre" : [["quest", "scorn/WalkingStick", "10"], ["token", "askfor", "stick"]],
"post": [["settoken", "askfor", "0"]],
"msg" : ["Well, you'd better go look for it then hadn't you? I be standing round here waiting for you to get moving\nTsk, kids these days!"]
},{

View File

@ -18,13 +18,13 @@
"msg" : ["Witherspoon owns all these slum..er 'condos'."]
},{
"match" : ["gramps", "malone", "staff", "stick"],
"pre" : ["quest", "scorn/WalkingStick", "40"],
"pre" : [["quest", "scorn/WalkingStick", "40"]],
"post": [],
"msg" : ["Ya ol Gramps Malone is right duffer.\nPlays a good game of orc knuckles.\nI think he left his walking stick here last time he came round.\nThink it's un
"msg" : ["Ya ol Gramps Malone is right duffer.\nPlays a good game of orc knuckles.\nI think he left his walking stick here last time he came round.\nThink it's under the table..."]
},{
"match" : ["gramps", "malone", "staff", "stick"],
"pre" : ["quest", "scorn/WalkingStick", "10"],
"post": ["quest", "scorn/WalkingStick", "40"],
"pre" : [["quest", "scorn/WalkingStick", "10"]],
"post": [["quest", "scorn/WalkingStick", "40"]],
"msg" : ["Ya ol Gramps Malone is right duffer.\nPlays a good game of orc knuckles.\nI think he left his walking stick here last time he came round.\nThink it's under the table..."]
},{
"match" : ["gramps", "malone", "staff", "stick"],

View File

@ -44,12 +44,12 @@
},{
"match" : ["no"],
"pre" : [["token", "highlevel", "yes"]],
"post": [["token", "highlevel", "0"]],
"post": [["settoken", "highlevel", "0"]],
"msg" : ["I understand mighty adventurer, someone as powerful as you will have more important things to worry about than the fate of some poor farmers. Oh woe are we."]
},{
"match" : ["no"],
"pre" : [["token", "highlevel", "maybe"]],
"post": [["token", "highlevel", "0"]],
"post": [["settoken", "highlevel", "0"]],
"msg" : ["A wise choice adventurer, if we let someone in to fight Guuh, we must know that he will be victorious otherwise Guuh may win and then escape to cause more havoc."]
},{
"match" : ["strong", "help", "bandit", "guuh"],