The Dink Network

Reply to Re: Papyrus Adventures (The): Development Thread [NEW]!

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:
 
 
March 21st 2010, 01:56 PM
spike.gif
int &hold = sp_editor_num(&current_sprite);
if (&hold != 0)
{
//Make the sprite stay dead for ever.
editor_type(&hold,1);
}

This part makes sure the thing will not appear on the screen again. Perhaps there is a typo in the script?