I need some script help (don't know what's wrong):
Currently I have a terminal which allows one to disable all protectrons in the current cell, which also checks if they aren't already unconscious (that works). Here is the script:
Disable:
AAMarksOfficeBaseProtectron.setUnconscious 1AAMarksOfficeProtectron1.setUnconscious 1AAMarksOfficeProtectron2.setUnconscious 1AAMarksOfficeStairProtectron.setUnconscious 1AAMarksOfficeWelcomeBot2.setUnconscious 1AAMarksOfficeWelcomeBot1.setUnconscious 1AAMarksOfficeBaseProtectron.stopCombatAAMarksOfficeProtectron1.stopCombatAAMarksOfficeProtectron2.stopCombatAAMarksOfficeStairProtectron.stopCombatAAMarksOfficeWelcomeBot2.stopCombatAAMarksOfficeWelcomeBot1.stopCombat
Enable:
AAMarksOfficeBaseProtectron.setUnconscious 0AAMarksOfficeProtectron1.setUnconscious 0AAMarksOfficeProtectron2.setUnconscious 0AAMarksOfficeStairProtectron.setUnconscious 0AAMarksOfficeWelcomeBot2.setUnconscious 0AAMarksOfficeWelcomeBot1.setUnconscious 0
The problem is that none of the Protectrons get disabled (they're all persistent references). Does anybody know the problem?
