generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
14
_module/nss/questcap20.nss
Normal file
14
_module/nss/questcap20.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 6/12/2006 1:19:35 PM
|
||||
//:://////////////////////////////////////////////
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
// Restrict based on the player's class
|
||||
if(GetHitDice(GetPCSpeaker()) >= 20)
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
Reference in New Issue
Block a user