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