The Dink Network

Reply to Re: Survival

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:
 
 
May 31st 2007, 05:17 AM
sob_scorpy.gif
DinkDude95
Peasant He/Him Australia
The guy with the cute D-Mod. 
Yeah! For example, when Dink has not had much food for a while you could make a variable (&halu?) become 1. Then on a few screens of the game you could have a script attached to the screen. And in the script create a main procedure and say something like

if (&halu == 1)
{
// First freeze Dink so he doesn't move.
freeze(1);

// Create the guy Dink is hallucinating about.
int &guy = create_sprite(x, y, 16, seq, frame);

// Set his walking sequence and speed.
sp_base_walk(&guy, seq);
sp_speed(&guy, 1); (could be another number but anyway... )

// Have Dink say some stuff as if he was confused.
say_stop("Woah! Who are you?", 1);
...
}

And then have a bunch of other stuff. That's a really good idea. *Clap clap* Striker!