This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
lua:ch:asound [2014/06/20 04:27] vodur created |
— (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> | ||