SetFoW Player View 5.1 OC void bool enabled If true, the fog of war is activated, if false, deactivated. int player Player number. Switches the fog of war for one player on or off. var i = 0; for (var plrnum = GetPlayerCount (); plrnum; i++) if (GetPlayerName (i)) { plrnum--; SetFoW (false, i); } Deactivates fog of war for all players. SetPlrView SetLightRange Günther2002-11