BomosBoy 13 Posted December 19, 2016 Is it possible to remove a addAction after fading out? My structure: addAction calls a script -> script removes first Action and adds new Actions -> when they fading out or are just closed by pressing backspace then the first Action should be added again. I dont want to use a timer, etc. Has someone an idea or is there a eventhandler for handling such case? Share this post Link to post Share on other sites
ACoolDuck 1 Posted January 11, 2017 You can remove actions as long as you define them for example: myfirstaction = player addAction ["myfirstaction", {}]; removeaction myfirstaction; Share this post Link to post Share on other sites