# player_spawner_device.SpawnedEvent sends the agent that just spawned OnPlayerSpawned(SpawnedAgent : agent) : void = # Cast agent to fort_character so we can change visibility if (Character := SpawnedAgent.GetFortCharacter[]): # Make the player invisible! Character.Hide()