fedot4670 Posted June 4, 2023 Share Posted June 4, 2023 Hi! I am trying to make custom radio station for fallout 4. I followed this guide and it's worked fine. Now I want to make it so that the radio can be turned off (like a beacon for recruiting settlers so that the signal disappears) through the terminal. I'm new to fallout 4 modding so I have no idea how to do this. Thanks! Link to comment Share on other sites More sharing options...
Fantafaust Posted June 4, 2023 Share Posted June 4, 2023 Super easy to do. Make sure your radio station begins broadcasting when the quest it's on starts.Then you can easily add some options to your terminal that are conditioned on the quest being running(Turn Off) or not running(Turn On).When one of those is picked run a code snippet to start or stop the quest. Link to comment Share on other sites More sharing options...
Zorkaz Posted June 4, 2023 Share Posted June 4, 2023 Use .activate() on it Link to comment Share on other sites More sharing options...
fedot4670 Posted June 4, 2023 Author Share Posted June 4, 2023 Super easy to do. Make sure your radio station begins broadcasting when the quest it's on starts.Then you can easily add some options to your terminal that are conditioned on the quest being running(Turn Off) or not running(Turn On).When one of those is picked run a code snippet to start or stop the quest.Thanks! That worked perfectly Link to comment Share on other sites More sharing options...
fedot4670 Posted June 4, 2023 Author Share Posted June 4, 2023 (edited) Use .activate() on itTha also helped a lot. Thank you Edited June 4, 2023 by fedot4670 Link to comment Share on other sites More sharing options...
Recommended Posts