Day 2 - Still sick, in work, I ache all over, even my teeth hurt, My eyes feel like they want to explode outwards, my throat feels like I was giving oral to a hook horror.
I am convinced that I am under the effects of some D&D curse/spell effect.
Someone please execute the following code on me:
object oPC = GetObjectByTag("Baaleos");
effect e = GetFirstEffect(oPC);
while(GetIsEffectValid(e))
{
RemoveEffect(oPC,e);
e = GetNextEffect(oPC);
}
effect eRegen = EffectRegeneration(10,2);
ApplyEffectToObject(DURATION_TYPE_PERMANENT,eRegen,oPC);
AssignCommand(oPC,SpeakString("Cured at last!!"));