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