Changed folder name.
Changed folder name.
This commit is contained in:
10
_module/nss/hasenoughgold.nss
Normal file
10
_module/nss/hasenoughgold.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
int nGold = GetHitDice(oPC) * 500;
|
||||
|
||||
if (GetGold(oPC) >nGold) return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user