Fix, and improve, the Gork dialog in the scorn/kar Gorks Quest. Add some new
content, and make the conversation a lot more flexible so it is not necessary to reset from the beginning so much. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10432 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
aa8f1309f9
commit
2c008d88cd
|
@ -7,30 +7,35 @@
|
|||
"post" : [["gork_speak","hoard"]],
|
||||
"msg" : ["Youse want Gork's hoards? I crush you..."]
|
||||
}, {
|
||||
"match" : "gork|hoard|yes|want",
|
||||
"pre" : [["gork_speak","hoard"]],
|
||||
"match" : "hoard|yes|want",
|
||||
"pre" : [["gork_speak","hoard|pulp|treasure"]],
|
||||
"post" : [["gork_speak","mork"]],
|
||||
"msg" : ["Gork not like you... I not as nice as Mork."]
|
||||
}, {
|
||||
"match" : "mork|nice",
|
||||
"pre" : [["gork_speak","mork"]],
|
||||
"post" : [["gork_speak","mork2"]],
|
||||
"pre" : [["gork_speak","friend|mork|tower|treasure"]],
|
||||
"post" : [["gork_speak","friend"]],
|
||||
"msg" : ["Mork be Gork's friend. Mork live in tower."]
|
||||
}, {
|
||||
"match" : "friend",
|
||||
"pre" : [["gork_speak","mork2"]],
|
||||
"pre" : [["gork_speak","friend|key|tower"]],
|
||||
"post" : [["gork_speak","treasure"]],
|
||||
"msg" : ["Mork share Gork's treasure."]
|
||||
}, {
|
||||
"match" : "tower",
|
||||
"pre" : [["gork_speak","mork2"]],
|
||||
"post" : [],
|
||||
"msg" : ["Mork live in tower, Mork big, Mork friend."]
|
||||
"pre" : [["gork_speak","friend|tower"]],
|
||||
"post" : [["gork_speak","tower"]],
|
||||
"msg" : ["Mork live in tower. Mork big, Mork friend."]
|
||||
}, {
|
||||
"match" : "treasure",
|
||||
"match" : "share|treasure",
|
||||
"pre" : [["gork_speak","treasure"]],
|
||||
"post" : [["gork_speak",""],["can_get_key","1"]],
|
||||
"msg" : ["Only Gork can open treasure door."]
|
||||
"post" : [["gork_speak","key"],["can_get_key","1"]],
|
||||
"msg" : ["Only Gork and Mork can open treasure door."]
|
||||
}, {
|
||||
"match" : "crush|door|open|treasure",
|
||||
"pre" : [["gork_speak","hoard|key"]],
|
||||
"post" : [["gork_speak","pulp"]],
|
||||
"msg" : ["Gurrr... Gork beat you to pulp!"]
|
||||
}, {
|
||||
"match" : "*",
|
||||
"pre" : [],
|
||||
|
|
Loading…
Reference in New Issue