Changed folder name.
Changed folder name.
This commit is contained in:
14
_module/nss/invalidate2.nss
Normal file
14
_module/nss/invalidate2.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetEnteringObject();
|
||||
int hd = GetHitDice(oPC);
|
||||
|
||||
if (GetIsPC(oPC) && !GetIsDM(oPC) && hd >= 13){
|
||||
|
||||
|
||||
SetXP(oPC, 0);
|
||||
BootPC(oPC);
|
||||
}
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user