The Dink Network

Reply to Re: New Tutorial: FIFO & Variables in DinkC

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:
 
 
December 5th 2007, 08:03 AM
fairy.gif
Someone
Peasant He/Him Australia
 
That code will work, yes. Just remember &return won't contain the sprite after the second line (it will contain the result from sp_whatever, probably 1).

Considering that limitation I tend to use that trick mostly for this:
create_sprite(..)
sp_script(&return,"script");

Which is the code for what I mentioned in the tutorial.