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