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

2006-10-22 16:25:56
knightgl.gif
castman
Peasant He/Him Brazil
Some day I'll finish my mod... Some day... 
I want to know why this variable doesn't works!

___________________________________________________________________
//this script fills life up, touch_damage must be set to -1. (run script mode)

int &secret;

void main( )
{
sp_pseq(&current_sprite, 163);
sp_frame(&current_sprite, 4); //so the seq will start
// sp_brain(&current_sprite, 0);
sp_touch_damage(&current_sprite, -1);
sp_nohit(&current_sprite, 1);

//create shiny thingie
&save_x = sp_x(&current_sprite, -1);
&save_y = sp_y(&current_sprite, -1);
&save_y += random(5,1);
int &startframe = random(5,1);
int &spark = create_sprite(&save_x, &save_y, 15, 165, 1);
sp_seq(&spark, 165);
sp_nohit(&spark, 1);
sp_frame(&spark, &startframe);
sp_brain_parm(&spark, &current_sprite);

}

void touch( void )
{
sp_brain_parm(&current_sprite, 10);
sp_brain(&current_sprite, 12);
sp_touch_damage(&current_sprite, 0);
sp_timing(&current_sprite, 0);

if (&secret == 0)
{
say_stop(" Secret 1", 1);
&secret += 1;
}

if (&secret == 1)
{
say_stop(" Secrets 2", 1);
&secret += 2;
___________________________________________________________________

Please someone help me!! Again...

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