Rune_PRC8/_module/nss/questcap10.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -04:00

15 lines
378 B
Plaintext

//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: 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()) >= 10)
return FALSE;
return TRUE;
}