This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
lua:ch:asound [2014/06/20 04:28] vodur |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | <code lua> | ||
- | CH:asound( text [, ... ] ) | ||
- | </code> | ||
- | |||
- | **text **- string value | ||
- | |||
- | **…**- optional format arguments | ||
- | |||
- | Echo to all the rooms around the CH. | ||
- | |||
- | <code lua> | ||
- | mob:asound("Yo Yo Yo") | ||
- | |||
- | adog:asound("Arf arf i'm a %s", adog.race) | ||
- | </code> | ||