gosha gosha

Generation

generate functionSun, 12 Feb 2023

In C# script, you can use an if statement to check if an enemy is nearby. If an enemy is detected, the door can be closed automatically.

if (EnemyNearby) { DoorClose(); }

Want to kickstart your project?Use the new AI Studio to create your code