generated from Jaysyn/ModuleTemplate
Merged redundant hak files
Merged redundant hak files. Moved hak scripts into module. Updated gitignore. Full Compile. Added release folder & archive.
This commit is contained in:
10
_mod/_module/nss/rtsa_ck_msgtrib.nss
Normal file
10
_mod/_module/nss/rtsa_ck_msgtrib.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int nParm=GetLocalInt(GetPCSpeaker(),"nParm");
|
||||
int nGold=GetGold(GetPCSpeaker());
|
||||
if (nParm==28&&nGold>=1000) return TRUE;
|
||||
if (nParm==29&&nGold>=5000) return TRUE;
|
||||
if (nParm==30&&nGold>=10000) return TRUE;
|
||||
if (nParm==31&&nGold>=20000) return TRUE;
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user