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