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:
11
_mod/_module/nss/npcact_cms_ctst3.nss
Normal file
11
_mod/_module/nss/npcact_cms_ctst3.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
// npcact_cms_cts3
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC=GetPCSpeaker();
|
||||
string sS=GetLocalString(oPC,"sCMSSelection");
|
||||
int nS=GetLocalInt(oPC,"nCMSSelection");
|
||||
SetCustomToken(999991,sS);
|
||||
SetCustomToken(999992,IntToString(nS));
|
||||
if (GetLocalInt(oPC,"nCMSMode")>0) return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user