Initial commit
Initial commit [v9.7]
This commit is contained in:
7
_module/nss/gh_black_nomoney.nss
Normal file
7
_module/nss/gh_black_nomoney.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
if(GetGold(GetPCSpeaker()) < GetLocalInt(OBJECT_SELF, "MINIMUM_BET")) {
|
||||
return FALSE;
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
Reference in New Issue
Block a user