Change the .msg files for the test map to use a mixture of absolute and relative paths
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13122 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
96d5f0fd05
commit
e87c74ad9a
|
@ -6,6 +6,6 @@
|
|||
"post" : [],
|
||||
"msg" : ["You said 4."]
|
||||
},{
|
||||
"include" : ["test/quest_handling/girl5.msg"]
|
||||
"include" : ["girl5.msg"]
|
||||
}
|
||||
]}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"match" : ["*"],
|
||||
"pre" : [],
|
||||
"post" : [],
|
||||
"msg" : ["I can count up to 6 now, I am clevar."]
|
||||
"msg" : ["I can count up to 7 now, I am clevar."]
|
||||
}
|
||||
]}
|
|
@ -7,11 +7,11 @@
|
|||
"post" : [],
|
||||
"msg" : ["You said 1."]
|
||||
},{
|
||||
"include" : ["test/quest_handling/girl2.msg"]
|
||||
"include" : ["/test/quest_handling/girl2.msg"]
|
||||
},{
|
||||
"include" : ["test/quest_handling/girl3.msg", "test/quest_handling/girl4.msg"]
|
||||
"include" : ["girl3.msg", "girl4.msg"]
|
||||
},{
|
||||
"include" : ["test/quest_handling/girl7.msg", "test/quest_handling/girl6.msg"],
|
||||
"include" : ["/test/quest_handling/girl7.msg", "girl6.msg"],
|
||||
"pre" : [["token", "can count high", "1"]]
|
||||
},{
|
||||
"match" : ["*"],
|
||||
|
|
Loading…
Reference in New Issue