10 lines
266 B
Plaintext
Raw Permalink Normal View History

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