Initial commit
Initial commit [v9.7]
This commit is contained in:
13
_module/nss/is_1st_level.nss
Normal file
13
_module/nss/is_1st_level.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
// Restrict based on the player's class
|
||||
int iPassed = 0;
|
||||
if(GetHitDice(GetPCSpeaker()) >= 1)
|
||||
iPassed = 1;
|
||||
if(iPassed == 0)
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
Reference in New Issue
Block a user