The Dink Network

Reply to Re: Black guy that looks like milder wont let me get with the bicthes, dawg.

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 19th 2011, 09:03 PM
dinkdead.gif
What version of Dink are you using? If it's HD then I think I know what this bug might be...

Edit: How to fix this if you are using HD:
Don't know if this is possible if you're using an iPhone/Android (probably not, the D-Mod itself (or DinkHD!) needs updating) but this is how if you're on Windows/Mac.

In the folder "...\Dink Smallwood HD\dmods\init\story" find the file l4pimp.c and change the following lines:
say_stop("`3Well, just let me know if you want to try, dawg.", &current_sprite);
wait(100);
if (&kiddie == 0) say_stop("I Am Not A Canine, God Dammit!", 1);
&myvar = 2;

to this:
say_stop("`3Well, just let me know if you want to try, dawg.", &current_sprite);
wait(100);
if (&kiddie == 0)
    say_stop("I Am Not A Canine, God Dammit!", 1);
&myvar = 2;

and it should work fine.