HoS_PRC8/_mod/_module/nss/set_ucs.nss

7 lines
131 B
Plaintext
Raw Normal View History

2024-11-25 19:36:07 -05:00
// set UCS
void main()
{
int nParm=GetLocalInt(GetPCSpeaker(),"nParm");
SetLocalInt(GetModule(),"nAIUnitCreateSpeed",nParm);
}