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

Just like we can set variables like logic, int, float in to maps with players or agents as a key, can we do this with arrays?

Nevermind! Figured it myself not 5 mins later lol:

Solution:

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

1 Like