Initial commit
Initial commit [1.18]
This commit is contained in:
8
_module/nss/s_has36million.nss
Normal file
8
_module/nss/s_has36million.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult = FALSE;
|
||||
int Gold = GetGold(GetPCSpeaker());
|
||||
if(Gold >= 36000000)
|
||||
{ iResult = TRUE; }
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user