This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
lua:ch:kill [2014/06/20 04:58] vodur |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | <code lua> | ||
| - | CH:kill( name ) | ||
| - | </code> | ||
| - | |||
| - | **name** - string value. Name of a player in same room as CH. | ||
| - | |||
| - | <code lua> | ||
| - | CH:kill( char ) | ||
| - | </code> | ||
| - | |||
| - | **char** - CH value. A player in the same room as CH. | ||
| - | |||
| - | Examples: | ||
| - | |||
| - | <code lua> | ||
| - | |||
| - | kill(ch.name) | ||
| - | |||
| - | kill(ch) | ||
| - | |||
| - | </code> | ||