Reply to Re: help
If you don't have an account, just leave the password field blank.
also u need to know how to program in C or C++ (at least just the basic knowledge like functions, variables, loops and if statements). If u don't know anything about C i suggest u start from there, learn the basics of programming in C/C++ 1st. It'll make ur life A LOT easier trust me. I've been though this.
If u know C/C++ then go to the original game. U'll find a folder called develop. This is where all the scripts for the original game are in a format that u can read. In addition u'll find dinkCref.htm or cref.htm or something like that. This file had ALL the functions for programming in dinkC. For instance if u want to add a sprite from the script u'll write:
create_sprite(...........) and it'll tell u what parameters to put inside the brackets. This is the thing u cant get along without. If u don't use this in the beginning things will get tough.
If u know C/C++ then go to the original game. U'll find a folder called develop. This is where all the scripts for the original game are in a format that u can read. In addition u'll find dinkCref.htm or cref.htm or something like that. This file had ALL the functions for programming in dinkC. For instance if u want to add a sprite from the script u'll write:
create_sprite(...........) and it'll tell u what parameters to put inside the brackets. This is the thing u cant get along without. If u don't use this in the beginning things will get tough.