ghostrecon123 Posted September 10, 2011 Share Posted September 10, 2011 ok so i placed a forcefield glow and forcefield impact objects in a doorway now i want to connect it to a terminal so i can turn it on and off with the terminal but how? Link to comment Share on other sites More sharing options...
ghostrecon123 Posted September 10, 2011 Author Share Posted September 10, 2011 (edited) ok now i have a different problem, i have got the forcefield half working, i can now disable it with the terminal by using this ref linkedRef set linkedRef to getLinkedRef linkedRef.enable = condition =getDisabled == 1 and this... ref linkedRef set linkedRef to getLinkedRef linkedRef.disable = condition =getDisabled == 0---------------------------------then i linked the terminal to the forcefield glow then set enabled parent to forcefield impact i thought that would disable and re-enable the forcefield but it doesn't and the terminal option i made named "activate forcefield" does not appear on the terminal in-game, only "deactivate forcefield" appears in the terminal in-game, any help here? Edited September 10, 2011 by ghostrecon123 Link to comment Share on other sites More sharing options...
ghostrecon123 Posted September 11, 2011 Author Share Posted September 11, 2011 (edited) ===disregard or delete this thread if possible===i already fixed this by changing to this ref linkedRef set linkedRef to getLinkedRef linkedRef.enable = condition =getDisabled == 0 and this... ref linkedRef set linkedRef to getLinkedRef linkedRef.disable = condition =getDisabled == 0 - terminal linked to forcefield- forcefield set as parent to other forcefield parts ===disregard or delete this thread if possible=== Edited September 11, 2011 by ghostrecon123 Link to comment Share on other sites More sharing options...
Recommended Posts