This shows you the differences between two versions of the page.
lua:ch:tell [2014/12/27 08:26] vodur created |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Send tell to another CH. | ||
- | |||
- | Syntax1: \\ | ||
- | tell(argument[string]) \\ | ||
- | Where argument has the format: '[victim] [message]' | ||
- | |||
- | Syntax 2: \\ | ||
- | tell( victim[CH], message[string]) | ||
- | |||
- | Examples: \\ | ||
- | mob:tell( ch.name.." hi big boy") | ||
- | |||
- | mob:tell(ch, "hi big boy") | ||