This shows you the differences between two versions of the page.
|
lua:ch:say [2014/06/20 04:23] vodur created |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | <code lua> | ||
| - | |||
| - | CH:say( text [, ... ] ) | ||
| - | |||
| - | </code> | ||
| - | |||
| - | **text** - string value | ||
| - | |||
| - | **...** - optional format arguments | ||
| - | |||
| - | <code lua> | ||
| - | |||
| - | mob:say("Hi") | ||
| - | |||
| - | mob:say("Hi %s", ch.name) | ||
| - | |||
| - | </code> | ||