My script goes something like this:
If lhSatelitteDomeBlueprint01.getdisabled 0
lhSatelitteDomeBlueprint01.Disable
Endif
If lhSatelitteDomeEurope.getdisabled 0
lhSatelitteDomeEurope.Disable
Endif
If lhSatelitteDomeMoon.getdisabled 0
lhSatelitteDomeMoon.Disable
Endif
If lhSatelitteDomeWasteland.getdisabled 1
lhSatelitteDomeWasteland.Enable
Endif
Shouldn't this mean that all the others get disabled and lhSatelitteDomeWasteland gets enabled? I've placed this script in the terminal "Item result script" box. Was that right or do I need to link it to a quest or something?
Thanks in advance for the help =]