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