Changed folder name.
Changed folder name.
This commit is contained in:
11
_module/nss/ratcheck.nss
Normal file
11
_module/nss/ratcheck.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
// starting condition is met if player is less than 4th level.
|
||||
#include "nw_i0_tool"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
int oGold = GetHitDice(oPC);
|
||||
|
||||
return oGold <= 3;
|
||||
}
|
||||
|
Reference in New Issue
Block a user