dreadedentity 278 Posted October 2, 2014 I need to remove the display event handler I have added for a script I'm going to post soon. The problem is that not even removeAllEventHandlers works? How do I get rid of it? Thanks for the help in advance Share this post Link to post Share on other sites
iceman77 19 Posted October 3, 2014 DreadedEntity said: . . . not even removeAllEventHandlers works? . . . Use displayRemoveEventHandler Or displayRemoveAllEventHandlers. Share this post Link to post Share on other sites
dreadedentity 278 Posted October 3, 2014 Iceman77 said: Use displayRemoveEventHandler Or displayRemoveAllEventHandlers. Wow, I really dropped the ball this time. Thanks a lot Iceman Share this post Link to post Share on other sites
iceman77 19 Posted October 3, 2014 haha, just one of those things. If I ever have any doubt I always go to the scripting commands page and search for a neutral keyword (ie; eventhandler), and cycle through the hits. Glad I could help you anyhow. Cheers. Share this post Link to post Share on other sites