Initial commit
Initial commit.
This commit is contained in:
13
_module/nss/cannotafford.nss
Normal file
13
_module/nss/cannotafford.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
int iDiff = GetLocalInt(oPC, "MODIFY_DIFF");
|
||||
if (iDiff = 1)
|
||||
{
|
||||
int iValue = GetLocalInt(oPC, "MODIFY_VALUE");
|
||||
int iGold = GetGold(oPC);
|
||||
return( iGold < iValue);
|
||||
}
|
||||
else
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user