Initial upload
Initial upload.
This commit is contained in:
10
_module/nss/chk_trainhigh.nss
Normal file
10
_module/nss/chk_trainhigh.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
// Too high level for the trainer?
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
if (GetHitDice(oPC) > GetLocalInt(OBJECT_SELF, "max"))
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user