Jump to content

Getting Force Fields + Terminals to work


ghostrecon123

Recommended Posts

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

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 by ghostrecon123
Link to comment
Share on other sites

===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 by ghostrecon123
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...