Initial commit
Initial commit. Updated release archive.
This commit is contained in:
9
_module/nss/en5_sm_bh.nss
Normal file
9
_module/nss/en5_sm_bh.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
|
||||
iResult = FALSE;
|
||||
if (GetGold(GetPCSpeaker())>99 && GetLocalInt(GetPCSpeaker(),"BorderHills") == 1)
|
||||
iResult=TRUE;
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user