The Dink Network

Reply to Re: 5 questions

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:
 
 
April 6th 2010, 10:53 AM
wizardb.gif
Kyle
Peasant He/Him Belgium
 
spawn("scriptname"); will create a persistent new script.

If you want to replace the script of the sprite you are replacing it from however, you need to do a little trick just to be safe:

int &old = &current_sprite;
sp_script(&old, "newscript");