(I tried using the correct terminology, so, if I got anything wrong, please let me know)
The main question is such: for a submenu door unlocking terminal, instead of setting the variable (the door) through the GetLinkedRef function, how would I set it by giving its EditorID?
The context is that I am creating a submenu terminal that would unlock a door. Because it is submenu (and won't be present in the cell), I can't use the GetLinkedRef function. So, I thought there must be a way where I could state the
variable (the door) by giving the door's EditorID. But, I don't know how to go about this (i.e. is it a command, function, et cetera)?
As a note, I do think I realize that one could keep the submenu terminal present and just hide it, but I would much rather go about this through scripting (for which I am much so a beginner, at the moment, ).
Oh, and much appreciation!