//////////////////////////////////////////////////////////////////// // Real Time Strategy - NWN - OnLoad - Set Defaults //================================================================== // By Deva Bryson Winblood. 02/24/2003 //////////////////////////////////////////////////////////////////// void main() { SetLocalInt(GetModule(),"nMaxUnits",40);// 40 units SetLocalInt(GetModule(),"nAIDelay",4); // 4 second delay }