Initial Upload
Initial Upload
This commit is contained in:
10
_module/nss/jacob_cho_10_ck.nss
Normal file
10
_module/nss/jacob_cho_10_ck.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
if (!(GetHitDice(oPC) >= 10)) return TRUE;
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user