Reply to On the other hand...
If you don't have an account, just leave the password field blank.
: : does dink support c-stuff like #include or creating a hheap?
: No, DinkC doesn't support C/C++ stuff, so you can't do those things. You can't even do a for loop, you also can't do complicated math, can't return values and other things like that, so you're limited to simple scripting.
The scripting you CAN do does allow you to do almost anything you like in Dink with the exception of some hardcoded stuff. A for loop isn't possible, but you can work around it, naturally.
: No, DinkC doesn't support C/C++ stuff, so you can't do those things. You can't even do a for loop, you also can't do complicated math, can't return values and other things like that, so you're limited to simple scripting.

The scripting you CAN do does allow you to do almost anything you like in Dink with the exception of some hardcoded stuff. A for loop isn't possible, but you can work around it, naturally.