HoS_PRC8/_mod/_module/nss/uc_t_setcmd.nss

9 lines
218 B
Plaintext
Raw Normal View History

2024-11-25 19:36:07 -05:00
// 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;
}