The Dink Network

Reply to Re: Riddles, Riddles, oh so many riddles.

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:
 
 
August 16th 2013, 12:36 AM
goblins.gif
it's kinda disappointing to go there then, except the gold heart.

If I'm not mistaken you can also go back to talk to him after you beat the game for some extra text. Then again, it might just be in the script but not actually work in the game.

Well, you can always check out his script then for some extra dialogue.

or I can just put in here....

if (&story > 14)
 {
  say_stop("`6Good job on winning.", &current_sprite);
  wait(250);
  say_stop("`6Bye.", &current_sprite);
  int &mcrap = create_sprite(&wherex, &wherey, 7, 167, 1);
  sp_seq(&mcrap, 167);
  playsound(24, 22052, 0, 0, 0);
  unfreeze(1);
  unfreeze(&current_sprite);
  &snowc = 1;
  sp_active(&current_sprite, 0);  
  return;
 }