The Dink Network

Reply to Re: grrr scripts are confusing

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
March 7th 2005, 10:21 PM
pq_frog.gif
Ric
Peasant They/Them Canada
 
Something I used was a key script. (eg; Key-72.c will run whenever 'I' is pressed)
The script was something like;
void main()
{
say_stop("story is &story",1);
say_stop("donk is &donk",1);
...
}
that way I could 'ask' what the variables were before and after a script ran to help figure out why things don't work.
Also have you used alt/D for debug mode? ( it writes a log that tells much.)

But changing to another sprite is something else. Are you using Windinkedit?