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