When button A is pressed, object B is disabled. When button A is pressed again, object B reappears.
In Morrowind, it would have been something like (forgive me, I'm terribly rusty)
Begin MyScriptshort SwitchedOnif ( OnActivate == 1 ) set SwitchedOn to 1endifif (SwitchedOn == 1 ) if (getDisabled->ObjectB == 0 ) ObjectB->disable setSwitchedOn to 0 elseif (getDisabled->ObjectB == 1 ) ObjectB->enable setSwitchedOn to 0 endifendifend
And now you see how bad my coding skills are, which is why I haven't even begun to look at Papyrus. I'll take a look at some point but I'm working on something else right now and time is very limited. I'd be grateful if someone could just post the entire script I need (including begin/end equivalents).
Much appreciated

