I've been trying to add the ability to remotely access a terminal from an aid item in the players inventory, with partial success. I have the item, in this case a book, that when clicked on brings up the terminal remotely using this command: TerminalRef.Activate player 1
It works in the same cell as the terminal itself, but when leaving the cell it will not work by clicking on the item in the inventory. Here is the (simple) script
Scriptname TerminalScriptBegin OnEquipTerminalRef.Activate player 1End
Can anyone please help with is? Thankyou
