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