No one likes the Include limit in IGM. This tool will allow you to write all Includes before IGM can, ignoring the limit. Paste your games code in the box, press include the includes and upload the file that is automatically downloaded (which has all Includes inserted) as the game. Also note: this was written by an idiot, if your game doesn't work it's my fault, not yours. IMPORTANT RULE TO KEEP IN MIND!!!! Keep any [include ...] references multi-line only, and keep [i:...] references inline, so stuff like inside logs or if statements. If you call an include using [i:...] and the include has multiple lines it WILL break!Patch Notes:V1.0: Initial releaseV1.1: Fixed multi line includes called inside includes freezing and causing the generated code to be VERY wrong.V1.2: Added single-line comment removal: single-line comments are removed when parsed, multi-lines will still stay so try to not use them inside your Includes to save game space.