Launius Posted February 22, 2021 Share Posted February 22, 2021 (edited) Can I call the same game timer from a separate script? Event OnInit() StartTimerGameTime(1,MyTimer)EndEvent On a new script I want to call: Event OnTimerGameTimer Edited February 22, 2021 by Launius Link to comment Share on other sites More sharing options...
dylbill Posted February 23, 2021 Share Posted February 23, 2021 You can maybe use RegisterForRemoteEvent: https://www.creationkit.com/fallout4/index.php?title=RegisterForRemoteEvent_-_ScriptObject Link to comment Share on other sites More sharing options...
Launius Posted February 23, 2021 Author Share Posted February 23, 2021 (edited) Thanks much, I think I found a way to put everything I need into one script Edited February 23, 2021 by Launius Link to comment Share on other sites More sharing options...
dylbill Posted February 23, 2021 Share Posted February 23, 2021 No prob. Link to comment Share on other sites More sharing options...
Recommended Posts