The Dink Network

Reply to Re: Depth-Dot - what does it do?

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:
 
 
January 8th 2011, 08:43 PM
dinkdead.gif
"You can access the sprite number of the last spoken text by a given sprite with busy()"

Why would you do it like that? Surely it's easier to just do:
int &textspr = say("talktalktalk", &sprite);

Or use &last_text.

And I don't think you can do much with the sprite At least I've tried things like changing the size... the rest sounds interesting though if it's possible!