Initial Commit
Initial Commit
This commit is contained in:
7
_module/nss/house_nogold.nss
Normal file
7
_module/nss/house_nogold.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
int nPrice = GetLocalInt(oPC, "HouseToSell_p");
|
||||
if(GetGold(oPC) < nPrice) return TRUE;
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user