The Dink Network

Reply to Re: Need Save Machine help!

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:
 
 
June 21st 2007, 03:58 AM
custom_skull.gif
skull
Peasant He/Him Finland bloop
A Disembodied Sod 
Thanks to both of you! There was a scripting error. I made the portal like this:

void talk( void )
{
freeze(1);
say_stop("Some old portal... hey!", 1);
freeze(1);

sp_active(&kill, 0);
wait(500);
script_attach(1000);
fill_screen(0);
&player_map = 596;
sp_x(1, 100);
sp_y(1, 310);
sp_dir(1, 8);
load_screen(34);
draw_screen();
sp_brain(1, 0);
sp_nodraw(1, 1);
fade_up();
freeze(1);
int &magic = create_sprite(100, 310, 7, 167, 1);
sp_seq(&magic , 167);
playsound(24, 22052, 0, 0, 0);
wait(2000);
int &magic = create_sprite(100, 310, 7, 167, 1);
sp_seq(&magic , 167);
playsound(24, 22052, 0, 0, 0);
wait(5000);
int &magic = create_sprite(100, 310, 7, 167, 1);
sp_size(&magic , 200);
sp_seq(&magic , 167);
playsound(24, 22052, 0, 0, 0);
wait(200);
sp_brain(1, 1);
sp_nodraw(1, 0);
&update_status = 1;
draw_status();
sp_dir(1, 2);
say_stop("What the hell happened?!", 1);
sp_dir(1, 6);
say_stop("Atleast somebody lives here.", 1);
say_stop("Let's go ask some info from him...", 1);
wait(3000);
say_stop("Err...", 1);
say_stop("Or her!", 1);
sp_dir(1, 2);
say_stop("`%*WHISPER* He or she may also got some beer! Hooray!", 1);
screenlock(1);
unfreeze(1);
-----------------------------------------------------
I named all the magic into flame, and it worked. Thanks still!