
I know I posted this before but it never got solved as well as I hoped. From what I understood was that the HP changer needed to have a handle token function but it didnt seem to work as intended. These are the two scripts I refer too. // By: DXWarlock //Script: Aura/Tint HealthColor //Roll20 Thread: <a href="https://app.roll20.net/forum/post/2139713/script-" rel="nofollow">https://app.roll20.net/forum/post/2139713/script-</a>... // By : HoneyBadger //Script: Altersbar Script //Roll20 Thead: <a href="https://app.roll20.net/forum/post/1216260/script-a" rel="nofollow">https://app.roll20.net/forum/post/1216260/script-a</a>... HoneyBadger did recommend trying to do this, but it did not work. :( Saevar, it should be as simple as adding handleToken(Target); at the bottom of AlterBar, third line up before the }); symbols. Target.set("bar" + Bar + "_value", CurrentValue -= AlterValue);
}
handleToken(Target);
});
};