: : ok iam where dink is in a tunnel looking for the girl that killed everyone in town.have light swordbut there are screens that are locked after i kill everything look around and talk the screen never unlocks i cant leave so i have to go back to my last save help:(
The reason why the screen never unlocks is because it's a bug. If you have read my review on Friends Beyond 1, that is the most serious bug in that dmod. My advice is to keep trying. There's a chance that it will unlock by itself. If you don't have the patience, I highly advise you to get Ultimate cheat to unlock. Also DO NOT touch the teleporter. The game will crash if you do.
: HEY!
: Finally someone who can help me!...WHERE THE HELL DO I GET THE LIGHT SWORD???
: I also have the same problem with the screen lock...HELP!
: Kiai!
Look at the response above for the screen lock bug. To get the light sword you have to go to the other cave. It is not the cave north of the old lady, but a little to the west of it.
I hope that helps
DethLord
The screenlock problem in FB1 is bug. It would happen several times. The easiest way to get rid of it is to use Ultimate Cheat.
Or if you don't have Ultimate Cheat and don't want to install one, you can simply write a simple script key-90.c and put it in the story dir of FB1 or even put it in the story dir of main dink. You can simply press Z to unlock the screen at any time.
Light sword can be found in the cave (not the cave with mirror). It should be in the up-left corner screen.
-------------------------
// Key-Z (Key-90)
void main( void )
{
script_attach(0);
unfreeze(1);
screenlock(0);
wait(1);
kill_this_task();
}