This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
lua:ch:assist [2014/06/20 05:02] vodur |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | <code lua> | ||
- | assist( name ) | ||
- | </code> | ||
- | |||
- | **name** - string value. Name of a player or mob in the same room as CH. | ||
- | <code lua> | ||
- | assist( char ) | ||
- | </code> | ||
- | |||
- | **char** - CH value. A CH in the same room as actor. | ||
- | |||
- | Notes: \\ | ||
- | Will only work if target is fighting and in the same room. | ||
- | |||
- | Examples: | ||
- | |||
- | <code lua> | ||
- | assist(ch.name) | ||
- | |||
- | assist(ch) | ||
- | </code> | ||