The Dink Network

Reply to Re: FB1 Bugs - specifically screenlock issues

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:
 
 
January 17th 2006, 08:10 AM
fairy.gif
Arik
Peasant He/Him
 
That's really great news. If you want any help testing, let me know - I've delved into the scripts to fix a few things myself before. Off the top of my head, the screenlock stuff can be fixed just by searching the script files for
sp_disabled(&current_sprite, 1);
and replacing it with
sp_active(&current_sprite, 0);

There is also a major warp problem in the underground place and some issues with the run system, but stop me if I'm just telling you stuff you already know