Reply to Re: story does'nt change
If you don't have an account, just leave the password field blank.
Simple, press alt-D while in-game. If you don't see a white-ish bar on top of it, and if you don't see squares around 'touchable' objects, press it again. It rapidly switches between on and off.
This is called the debug mode. A file debug.txt will be made in the DMOD-dir containing information sent by the Dink Engine, or provided with the debug(""); command.
You might be able to use this file to analyse your problems.
By the way, you might want to check if you've defined &story as a global. Most likely it will be, but you never know
This is called the debug mode. A file debug.txt will be made in the DMOD-dir containing information sent by the Dink Engine, or provided with the debug(""); command.
You might be able to use this file to analyse your problems.
By the way, you might want to check if you've defined &story as a global. Most likely it will be, but you never know
