void WalkActors() { for (int i = 1; i < Actors.Length; i++) { if (Actors[i].IsInCurrentRoom) Actors[i].Walk(); } }