HoS_PRC8/_mod/_module/nss/uc_t_prevok.nss
Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05:00

10 lines
266 B
Plaintext

// uc_t_prevok - Unit Creation V2 - Is it okay to show previous option
// By Deva Bryson Winblood. 04/10/2005
int StartingConditional()
{
object oPC=GetPCSpeaker();
int nUCBase=GetLocalInt(oPC,"nUCBase");
if (nUCBase>0) return TRUE;
return FALSE;
}