This shows you the differences between two versions of the page.
lua:ch:remove [2014/12/27 08:02] vodur created |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Syntax: | ||
- | |||
- | remove(string) | ||
- | |||
- | Format: \\ | ||
- | remove [victim] [vnum|all] (inv|get|room) : extract object or send to target inventory(inv), CH inventory(get), or room | ||
- | |||
- | Accepts [[:lua:formatargs|format arguments]]. | ||
- | |||
- | Examples: \\ | ||
- | mob:remove("%s all get", ch.name) -- get all objects from ch into mob's inventory | ||