quote:
Originally posted by SpunkyLoveMuff
quote:
Originally posted by Keikonium
I don't script, but good job none the less .
Why not have your script toggle the enable/disable debug window as well.
For people who want to do this:
Change line 18 from quote:
Debug.DebuggingWindowVisible = true;
To:quote:
Debug.DebuggingWindowVisible = !Debug.DebuggingWindowVisible;
That should do the trick
That didnt do anything o.0