void main() { object oPC = GetEnteringObject(); if (GetIsPC(oPC)) { object oTarget; oTarget = GetObjectByTag("Vax"); AdjustReputation(oPC, oTarget, -100); } }