This is the script in Race Balancing Project:
Scriptname TabaxiNightEyeToggleref meBegin ScriptEffectStartSet me to getself If ( me.IsSpellTarget TabaxiNightEye == 0 ) me.addSpell TabaxiNightEye else me.removeSpell TabaxiNightEye endifEnd
I've tried using the removeSpell script command in the console to remove it, but it won't execute. Google is utterly failing me at finding any solution to this problem because of numerous other functions that are also described as toggles. How can I turn off a stuck toggle?