ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/mapbuilding/talking.arc
Revision: 1.8
Committed: Sat Oct 10 07:14:49 2009 UTC (14 years, 7 months ago) by sf-marcmagus
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81
Changes since 1.7: +18 -0 lines
Log Message:
Added usage documentation to the more complicated building materials as msg.

File Contents

# Content
1 object building_earbook
2 name Listening book material
3 name_pl Listening book materials
4 slaying magic_ear
5 face mbbook.x11
6 nrof 1
7 type 161
8 subtype 3
9 value 70000
10 weight 1000
11 msg
12 Creates a book which triggers other map elements when someone says the key phrase to it or within two squares.
13
14 Place 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
16 Place 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
20 This 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.
21 endmsg
22 end
23
24 object building_mouthbook
25 name Talking book material
26 name_pl Talking book materials
27 slaying magic_mouth
28 face mbbook.x11
29 nrof 1
30 type 161
31 subtype 3
32 value 45000
33 weight 1000
34 msg
35 Creates a book which speaks when triggered by another map element.
36
37 Place 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
39 Place 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.
40 endmsg
41 end
42