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