Excluding the player from ":agent" loops.

正在查看此主题的用户

killkhergit

Squire
How can I prevent the player from also being noted as an "agent" in:

插入代码块:
(try_for_agents,":agentid"),
(code),
(try_end),
 
插入代码块:
(try_for_agents,":agentid"),
(get_player_agent_no,":player_agent_id"),
(neq,":player_agent_id",":agentid"),
(code),
(try_end),
 
后退
顶部 底部