Added PnP Dire Rat.
Added PnP Dire Rat.
This commit is contained in:
10
nwn_dark_sun/tlr_hascost.nss
Normal file
10
nwn_dark_sun/tlr_hascost.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int nPrice = GetLocalInt(OBJECT_SELF, "CURRENTPRICE");
|
||||
|
||||
if(GetGold(GetPCSpeaker()) >= nPrice)
|
||||
{ return TRUE; }
|
||||
|
||||
return FALSE;
|
||||
|
||||
}
|
Reference in New Issue
Block a user