Is there a way to create an array map with the player as the key?

Solution:

var AgentLogicArray:[agent][]logic = map{}

1 Like