Reply to Re: Array, away?
If you don't have an account, just leave the password field blank.
The Dink engine keeps a fixed-size array of int-variables. To add other variable types would mean to either revise the current system completely, or to add another array of X-variables (if your new variable type is X).
Open up dinkvar.h, and search for "get_parms" and "decipher" to get you started. Also look at how both are called. For how "get_parms" is used, search for a DinkC function, like "freeze".
Good luck.
Open up dinkvar.h, and search for "get_parms" and "decipher" to get you started. Also look at how both are called. For how "get_parms" is used, search for a DinkC function, like "freeze".
Good luck.







