This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
lua:ch:mdo [2014/06/20 04:18] vodur created |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | <code lua> | ||
- | |||
- | CH:mdo( string [, fmt] ) | ||
- | |||
- | </code> | ||
- | |||
- | Interprets the argument as if the CH typed it. | ||
- | |||
- | Accepts [[http://rooflez.com/wiki/index.php?n=Main.FormatArguments|format arguments]]. | ||
- | |||
- | Examples: | ||
- | |||
- | <code lua>\\ | ||
- | mdo("dance") | ||
- | |||
- | mdo("poke %s", ch.name) | ||
- | |||
- | </code> | ||