#include "NW_O2_CONINCLUDE" #include "NW_I0_GENERIC" void main() { object oPC = GetFirstPC(); while (GetIsObjectValid(oPC) == TRUE) { GiveXPToCreature(oPC,-500); oPC = GetNextPC(); } }