7 lines
141 B
Plaintext
7 lines
141 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC=GetPCSpeaker();
|
||
|
if (GetGold(oPC)>=GetLocalInt(oPC,"nDuesOwed")) return TRUE;
|
||
|
return FALSE;
|
||
|
}
|