This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
dev:objects [2014/09/04 03:22] 127.0.0.1 external edit |
dev:objects [2024/05/20 16:32] (current) leaf Merge in changes from the wiki-data objects page |
||
---|---|---|---|
Line 410: | Line 410: | ||
The square braces may be used to construct special matches. For example, a | The square braces may be used to construct special matches. For example, a | ||
key of '[jy]ello' would match 'jello' or even 'yellow'. | key of '[jy]ello' would match 'jello' or even 'yellow'. | ||
+ | |||
+ | ==== Replies ==== | ||
+ | |||
+ | You can use a '@reply' line after an NPC dialog line, and the player will be | ||
+ | given an option, or a hint, for a reply. | ||
+ | <code> | ||
+ | @match * | ||
+ | Hi, welcome to the shop! We offer various products and services. | ||
+ | @reply products Can you tell me more about your products? | ||
+ | @reply services What services do you offer? | ||
+ | </code> | ||
==== Quest support ==== | ==== Quest support ==== |