This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
lua:ch:setact [2014/06/20 19:45] vodur |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Set or unset act flag. | ||
- | |||
- | See 'act_flags' table. | ||
- | |||
- | See [[:lua:flagset|flagset]] for syntax reference. | ||
- | |||
- | Example: | ||
- | |||
- | <code lua> | ||
- | mob:setact("safe") | ||
- | </code> | ||