7 lines
131 B
Plaintext
7 lines
131 B
Plaintext
|
// set UCS
|
||
|
void main()
|
||
|
{
|
||
|
int nParm=GetLocalInt(GetPCSpeaker(),"nParm");
|
||
|
SetLocalInt(GetModule(),"nAIUnitCreateSpeed",nParm);
|
||
|
}
|