16 lines
164 B
Plaintext
16 lines
164 B
Plaintext
void main()
|
|
{
|
|
/*
|
|
object oPC = GetEnteringObject();
|
|
int hd = GetHitDice(oPC);
|
|
|
|
if (GetIsPC(oPC) && !GetIsDM(oPC) && hd >= 19){
|
|
|
|
|
|
SetXP(oPC, 0);
|
|
BootPC(oPC);
|
|
}
|
|
|
|
*/
|
|
}
|