The Dink Network

castman's Profile

knightgl.gif
castman
Peasant He/Him Brazil
Some day I'll finish my mod... Some day... 
Hi, my name is Daniel, I'm Brazilian but I don't know any monkey.

I'm currently thinking about start (over again) to Mod, well, that's not much but my first romp is coming, later, a quest to continue it's story.

See you later

Private Message
MSN Daniel_CastMan@hotmail.com

2007-09-10 09:48:42
knightgl.gif
castman
Peasant He/Him Brazil
Some day I'll finish my mod... Some day... 

Can someone help me with this script??
This is only a piece of the entire script, but the problem is here.
When the script runs everything works well, until that part where's written "so far so good"
I can see the "draw status" and "hard map" but after this, the script "rewinds" and the talk starts again...
The script keeps repeating, the knight and Dink are still freezed, so any ideas??

// Live Knight (#1)

void main( void )
{
if (&world == 1)
{
freeze(1);
say_stop("A knight?!", 1);
wait(250);
say_stop("Are you OK??", 1);
wait(250);

sp_touch_damage(&current_sprite, 0);
wait(3);

copy_bmp_to_screen("tiles\shadow.bmp");
wait(500);

script_attach(1000);
draw_screen();
draw_status();
draw_hard_map();
playsound(24, 22052, 0, 0, 0);
&junk = create_sprite(&gx, &gy, 12, 171, 16);
sp_brain_parm(&junk, 500);
sp_timing(&junk, 1);
sp_que(&junk, 999);

// So far so good...
&screen = 0;
spawn("followin");
int &junk = &current_sprite;
script_attach(1000);
sp_script(&junk, "follower");
int &hold = sp_editor_num(&junk);
unfreeze(1);
editor_type(&hold, 1);
&world = 2;
kill_this_task();

}

}

castman has released 4 files

TitleCategoryAvgUpdated
Darklands Cliffs 'n' RoadDevelopment, GraphicsGood 8.0September 4th, 2011
Goblin Wars - Breaking PointD-Mod, RompFair 6.3July 17th, 2011
Dink Smallwood FreeMapDevelopment, UtilityExceptional 9.0November 9th, 2010
Dink Smallwood at the City of the DeadD-Mod, DemoFair 6.3December 29th, 2007

castman has written 4 reviews

TitleFileTypeScoreDate
The Last Quest - The Last Quest Part 1: The OraculumNormalFair 6.5November 7th, 2016
Quest Log Review Item - Quest LogNormalGood 8.5December 14th, 2009
You´Re Lyna(Milder´S Widow) And 10 of the King´S Knights have Disapeared Lyna's StoryNormalExceptional 9.9May 16th, 2006
It´S Like the Old Arcade Game Dink RacerNormalFair 5.0February 27th, 2006

castman has taken 2 screenshots

ScreenshotFileDate
Preview Darklands Cliffs 'n' RoadSeptember 4th, 2011
Preview Dink Smallwood at the City of the DeadJanuary 3rd, 2008