#include "soak_imbue" void main() { object oPC = GetPCSpeaker(); SetLocalInt(oPC, "done_5", 1); SetLocalInt(oPC, "max_reduction", 1); DamageReduction(5,5); }