The Dink Network

Reply to Re: Say Scripts

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:
 
 
September 23rd 2005, 04:45 PM
spike.gif
The easiest way is to go to the editor, press "I" to check the sprite number of bs1-fbp and then use it to make the guy talk.

eg.
int &bs1-fbp = sp(13);
say("`%You can't go there Dink!", &bs1-fbp);

(13 is the sprite nuber of &bs1-fbp)

freeze(); and unfreeze(); are useless in your sript btw. (move(); automatically unfreezes Dink, and since you move Dink in the very beginning the freeze(); at the start won't do anything)