castman's Profile
Trying to make a mod that will score better than 6.3.
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(¤t_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 = ¤t_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
| Title | Category | Avg | Updated |
|---|---|---|---|
| Darklands Cliffs 'n' Road | Development, Graphics | 8.0 | September 4th, 2011 |
| Goblin Wars - Breaking Point | D-Mod, Romp | 6.3 | July 17th, 2011 |
| Dink Smallwood FreeMap | Development, Utility | 9.0 | November 9th, 2010 |
| Dink Smallwood at the City of the Dead | D-Mod, Demo | 6.3 | December 29th, 2007 |
castman has written 4 reviews
| Title | File | Type | Score | Date |
|---|---|---|---|---|
| The Last Quest - | The Last Quest Part 1: The Oraculum | Normal | 6.5 | November 7th, 2016 |
| Quest Log Review | Item - Quest Log | Normal | 8.5 | December 14th, 2009 |
| You´Re Lyna(Milder´S Widow) And 10 of the King´S Knights have Disapeared | Lyna's Story | Normal | 9.9 | May 16th, 2006 |
| It´S Like the Old Arcade Game | Dink Racer | Normal | 5.0 | February 27th, 2006 |
castman has taken 2 screenshots
| Screenshot | File | Date |
|---|---|---|
![]() |
Darklands Cliffs 'n' Road | September 4th, 2011 |
![]() |
Dink Smallwood at the City of the Dead | January 3rd, 2008 |

8.0
6.3
9.0






