7 lines
138 B
Plaintext
7 lines
138 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
if(GetLocalInt(oPC, "HousePrice") == 0) return TRUE;
|
||
|
return FALSE;
|
||
|
}
|