Reply to Re: Papyrus Adventures (The): Development Thread [NEW]!
If you don't have an account, just leave the password field blank.
int &hold = sp_editor_num(¤t_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?








