This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
lua:ch:gecho [2015/01/23 07:22] vodur removed |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | <code lua> | ||
- | CH:gecho( text [, ... ] ) | ||
- | </code> | ||
- | |||
- | text - string value | ||
- | |||
- | …- optional format arguments | ||
- | |||
- | Echo to all active players in the game. | ||
- | |||
- | <code lua> | ||
- | mob:gecho("Yo Yo Yo") | ||
- | |||
- | adog:gecho("Arf arf i'm a %s", adog.race) | ||
- | </code> | ||