--- deliantra/arch/mapbuilding/talking.arc 2009/10/09 02:42:25 1.7 +++ deliantra/arch/mapbuilding/talking.arc 2009/10/10 07:14:49 1.8 @@ -8,6 +8,17 @@ subtype 3 value 70000 weight 1000 +msg +Creates a book which triggers other map elements when someone says the key phrase to it or within two squares. + +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. + +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: + +@match blah + +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. +endmsg end object building_mouthbook @@ -20,5 +31,12 @@ subtype 3 value 45000 weight 1000 +msg +Creates a book which speaks when triggered by another map element. + +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. + +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. +endmsg end