12 lines
429 B
Plaintext
12 lines
429 B
Plaintext
////////////////////////////////////////////////////////////////////
|
|
// 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
|
|
}
|