where do I go to edit it so I can see all clickables with harrington waistgaurd?
where do I go to edit it so I can see all clickables with harrington waistgaurd?
Thanks to all for absolutely zero help
I know how I turned them on. I went into the ClickableChestGizmoPlugin and DeadBodyPlugin and turned them on.
You are not supposed to do it this way, but I don't know how to add the correct lines into the PluginEnablerOrDisablerPlugin.
I use it for Sebor's Nightmare, not Harrington Waistguard.
Last edited by VitaKaninen; 01-20-2019 at 01:39 PM.
PluginEnablerOrDisablerPlugin.txt -> PluginEnablerOrDisablerPlugin.cs
By default flag "PaintOnlyWhenHarringtonWaistguardIsActive" is true, so you can see chest(s) marked etc. if you have Harrington Waistguard on.Code:public void Customize() { Hud.TogglePlugin<ClickableChestGizmoPlugin>(true); }
thank you so much. very helpful