HoS_PRC8/_mod/_module/nss/cg_canpaydues.nss

7 lines
141 B
Plaintext
Raw Normal View History

2024-11-25 19:36:07 -05:00
int StartingConditional()
{
object oPC=GetPCSpeaker();
if (GetGold(oPC)>=GetLocalInt(oPC,"nDuesOwed")) return TRUE;
return FALSE;
}