Initial Upload
Initial Upload
This commit is contained in:
15
_module/nss/monk_shop_ck.nss
Normal file
15
_module/nss/monk_shop_ck.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "prc_inc_racial"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
int iMonk = GetLevelByClass(CLASS_TYPE_MONK, oPC)
|
||||
+ GetLevelByClass(CLASS_TYPE_SOHEI, oPC)
|
||||
+ GetLevelByClass(CLASS_TYPE_SWORDSAGE, oPC);
|
||||
|
||||
if (iMonk==0)
|
||||
return TRUE;
|
||||
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user