User Tools

Site Tools


lua:ch:mdo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
lua:ch:mdo [2014/06/20 03:39] – created vodurlua:ch:mdo [2014/06/20 04:20] (current) vodur
Line 1: Line 1:
-do stuff+<code lua> 
 +CH:mdo( text [, ...] ) 
 +</code> 
 + 
 +**text **- string value 
 + 
 +**...** - optional format arguments 
 + 
 +Interprets the argument as if the CH entered it as a command. 
 + 
 +Examples: 
 + 
 +<code lua> 
 +mdo("dance"
 + 
 +mdo("poke %s", ch.name) 
 +</code> 
lua/ch/mdo.1403235573.txt.gz · Last modified: 2014/06/20 03:39 by vodur