From f662143e23d5146fda7b2deecbc1a8e8f683e183 Mon Sep 17 00:00:00 2001 From: cavesomething Date: Wed, 5 May 2010 11:35:08 +0000 Subject: [PATCH] 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 --- scorn/houses/gramps_malone.msg | 12 ++++++------ scorn/houses/jc.msg | 8 ++++---- scorn/houses/terrys_wife.msg | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/scorn/houses/gramps_malone.msg b/scorn/houses/gramps_malone.msg index 76d0c335f..4a5d1d402 100644 --- a/scorn/houses/gramps_malone.msg +++ b/scorn/houses/gramps_malone.msg @@ -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!"] },{ diff --git a/scorn/houses/jc.msg b/scorn/houses/jc.msg index b2cf2a6b0..161f82306 100644 --- a/scorn/houses/jc.msg +++ b/scorn/houses/jc.msg @@ -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"], diff --git a/scorn/houses/terrys_wife.msg b/scorn/houses/terrys_wife.msg index 752cbd2b5..ddab10bc3 100644 --- a/scorn/houses/terrys_wife.msg +++ b/scorn/houses/terrys_wife.msg @@ -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"],