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