6 lines
132 B
Plaintext
6 lines
132 B
Plaintext
int StartingConditional()
|
|
{
|
|
if (GetGold(GetPCSpeaker())>=GetLocalInt(OBJECT_SELF,"nGoldCost")) return TRUE;
|
|
return FALSE;
|
|
}
|