The Dink Network

teenager's Profile

2010-01-25 20:02:18
fish.gif
I know this is over 3 years old, but I've experienced the same thing. After looking into WinDinkEdit, I found out that the author of the D-mod simply made a mistake with the sprite code on where this symbol "}" is supposed to go. It looks like this-

{
say_stop("Hello!", 1);
wait(200);
say_stop("`5A good day to you to.", &current_sprite);
}
unfreeze(1);

When it should really look like this-

{
say_stop("Hello!", 1);
wait(200);
say_stop("`5A good day to you to.", &current_sprite);
unfreeze(1);
}

If you want to fix this dmod, just simply go to WinDinkEdit and put that symbol in the correct place.

Cheers.

teenager has written 2 reviews

TitleFileTypeScoreDate
Corporate Managerialism Corporate ManagerialismFeaturedFair 6.5July 22nd, 2010
Review for IPD's Armour IPD's Armour DemonstrationNormalGood 8.5July 19th, 2010