Initial commit
Initial commit. Updated release archive.
This commit is contained in:
16
_module/nss/en6_false_a.nss
Normal file
16
_module/nss/en6_false_a.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "en5_rankings"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
string sAccomplishment;
|
||||
|
||||
sAccomplishment=GetMajorAccomplishment(GetPCSpeaker());
|
||||
if (sAccomplishment == "")
|
||||
sAccomplishment = "did nothing special";
|
||||
|
||||
SetCustomToken(401,sAccomplishment);
|
||||
|
||||
iResult = FALSE;
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user