The Dink Network

Reply to Re: Blockingscript

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:
 
 
July 18th 2006, 07:46 PM
bonca.gif
Erwin
Peasant He/Him Netherlands
Friendship is magic 
If you want the fence to go away then this works.

if (&story == 3)
{
sp_hard(&current_sprite, 1);
draw_hard_map(&current_sprite);
int &hold = sp_editor_num(&current_sprite);
if (&hold != 0)
{
//this was placed by the editor, lets make the barrel stay flat
editor_type(&hold, 1);
}
sp_active(&current_sprite, 0);
}