Hi. I encountered a strange bug.
Version 1097
All lvalue operation failed , same situation appeared in my teammate computer.
for example
插入代码块:
for curAgent in game.agentsI() do local is_alive = game.agent_is_alive(curAgent)
local is_human = game.agent_is_human(curAgent)
local is_ai = game.agent_is_non_player(curAgent)
if is_alive and is_human and is_ai then
game.remove_agent(curAgent)
end
end
will remove all player and non-player agent
and
agent_get_position = 1710 # (agent_get_position, <position>, <agent_id>),
and this problem we never meet until today
If you need total code and more detailed, I will pm you github url