9 lines
218 B
Plaintext
9 lines
218 B
Plaintext
// uc_t_setcmd - Unit Creation Version 2 - Set Initial Command
|
|
int StartingConditional()
|
|
{
|
|
object oPC=GetPCSpeaker();
|
|
int nParm=GetLocalInt(oPC,"nParm");
|
|
SetLocalInt(oPC,"nUCCmd",nParm);
|
|
return TRUE;
|
|
}
|