Module commit
Module commit.
This commit is contained in:
15
_module/nss/deity_bard.nss
Normal file
15
_module/nss/deity_bard.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "prc_class_const"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
int iBardic = GetLevelByClass(CLASS_TYPE_BARD, oPC)
|
||||
+ GetLevelByClass(CLASS_TYPE_SUBLIME_CHORD, oPC)
|
||||
+ GetLevelByClass(CLASS_TYPE_VIRTUOSO, oPC);
|
||||
|
||||
if(iBardic > 0)
|
||||
return TRUE;
|
||||
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user