The Dink Network

Reply to Re: How to start

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:
 
 
February 28th 2011, 07:37 PM
custom_msdink.png
MsDink
Peasant She/Her New Zealand
Tag - Umm.. tag, you're it? 
err is this what you mean??

void talk(void)
{
freeze(1);
say_stop("Dink can chatter in here!!", 1);
unfreeze(1);
}

that stops dink while he talks and lets him move again after talking...

add this if you want another sprite talking
wait(100);
//that leaves a small space of time between talking
say_stop("`0I can talk as well as dink", &current_sprite);


EDIT a really good file for learning how to start scripting is this Intro to dmod making by metatarasal