Changed folder name.
Changed folder name.
This commit is contained in:
12
_module/nss/taxcheat.nss
Normal file
12
_module/nss/taxcheat.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
#include "nw_i0_tool"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
int oGold = GetGold(oPC);
|
||||
int oMin = 1000 * (GetHitDice(oPC));
|
||||
|
||||
return oGold <= oMin;
|
||||
}
|
||||
|
Reference in New Issue
Block a user