ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/mapbuilding/talking.arc
(Generate patch)

Comparing deliantra/arch/mapbuilding/talking.arc (file contents):
Revision 1.7 by root, Fri Oct 9 02:42:25 2009 UTC vs.
Revision 1.8 by sf-marcmagus, Sat Oct 10 07:14:49 2009 UTC

6nrof 1 6nrof 1
7type 161 7type 161
8subtype 3 8subtype 3
9value 70000 9value 70000
10weight 1000 10weight 1000
11msg
12Creates a book which triggers other map elements when someone says the key phrase to it or within two squares.
13
14Place a Marking Rune on the map square before building. The rune will be removed, and the book will be linked to all other elements on the map marked with the same text.
15
16Place a book or scroll, which will become the listening book, on top of the Marking Rune. The text should be in a special format like:
17
18@match blah
19
20This will cause the book to trigger when "blah" is said. You can optionally also add text for the book to say in response on a separate line below the @match.
21endmsg
11end 22end
12 23
13object building_mouthbook 24object building_mouthbook
14name Talking book material 25name Talking book material
15name_pl Talking book materials 26name_pl Talking book materials
18nrof 1 29nrof 1
19type 161 30type 161
20subtype 3 31subtype 3
21value 45000 32value 45000
22weight 1000 33weight 1000
34msg
35Creates a book which speaks when triggered by another map element.
36
37Place a Marking Rune on the map square before building. The rune will be removed, and the book will be linked to all other elements on the map marked with the same text.
38
39Place a book or scroll, which will become the talking book, on top of the Marking Rune. The text is the message to be spoken by the talking book.
40endmsg
23end 41end
24 42

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines