Initial commit. Updated release archive.
This commit is contained in:
13
_module/nss/wiztp_red_chk.nss
Normal file
13
_module/nss/wiztp_red_chk.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
if(GetLevelByClass(CLASS_TYPE_WIZARD,oPC) >= 20)
|
||||
return TRUE;
|
||||
|
||||
if(GetLevelByClass(CLASS_TYPE_SORCERER,oPC) >= 20)
|
||||
return TRUE;
|
||||
|
||||
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user