Changed folder name.
Changed folder name.
This commit is contained in:
9
_module/nss/has_5k_xp.nss
Normal file
9
_module/nss/has_5k_xp.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
int nXP = GetXP(oPC);
|
||||
if(nXP >=5000)
|
||||
return TRUE;
|
||||
else
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user