Zorkaz Posted August 5, 2021 Share Posted August 5, 2021 This simple script is not working in anyway but I can't say why. Basically as soon as the object (A former power outlet) receives power the lights should go on. But they don't. Any clues? Scriptname TCReceivePowerScr extends ObjectReference ObjectReference Property Light01 Auto Event OnPowerOn(ObjectReference akPowerGenerator) Light01.enable() EndEvent Event OnPowerOff() Light01.disable() EndEvent Link to comment Share on other sites More sharing options...
Zorkaz Posted August 5, 2021 Author Share Posted August 5, 2021 Solved Turns out you need the "WorkshopCanBePowered" keyword on it in order to work Link to comment Share on other sites More sharing options...
Recommended Posts