Examples #
ts
const isActive = player.flashlightActive;
if (!isActive) {
// I can't see anything captain!
return;
}
// I can see everything captain!