generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
10
_module/nss/arena_c_c_interm.nss
Normal file
10
_module/nss/arena_c_c_interm.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC=GetPCSpeaker();
|
||||
int nN=GetLocalInt(oPC,"nArenaNovice");
|
||||
int nN1=GetLocalInt(oPC,"nArenaIntermed");
|
||||
int nN2=GetLocalInt(oPC,"nArenaMaster");
|
||||
int nN3=GetLocalInt(oPC,"nArenaChampion");
|
||||
if (nN2==0&&nN3==0&&nN1<10) return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user