HoS_PRC8/_mod/_module/nss/rts_set_defaults.nss
Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05:00

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
}