User Tools

Site Tools


lua:ch:act

Check ACT flag (NPCs) or PLR flag (PCs).

See 'act_flags' and 'plr_flags' tables.

See flagcheck for syntax reference.

Example:

if mob:act("safe") then
  mob:say("I'm safe")
end
 
if ch:act("helper") then
  mob:say("You're a helper.")
end
lua/ch/act.txt · Last modified: 2014/06/20 19:45 by vodur