quote:
Originally posted by SpunkyLoveMuffquote:
Originally posted by CookieRevised
If it is just for 1 line of code, like in this script, you can do something like:
Interop.Call('user32', 'ShowWindow', game.Handle, /* SW_MINIMIZE */ 0x6);
Just to make it clear that was the point I was making, about it not needing a constant for a single use
Oh, right. I'm used to having tons and tons of constants in my code, so what I said makes more sense to me