Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05:00

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;
}