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

2012-10-29 12:12:35
knightgl.gif
Castman
Peasant He/Him Brazil
Some day I'll finish my mod... Some day... 
Hyo,

There are 2 problems with the script, what makes may be confusing when trying to figure what is wrong with it ^^

First:

if(result== 4)
{
unfreeze(1);
}


You add unfreeze(1); inside the variable 'if (&result == 4)' that way, Dink will go unfreeze ONLY if player chooses option 4 (Leave) anything else will keep Dink frozen.

Try this:

if(&result== 3)
{
say_stop("`%few lines containing product of my boredom", ¤t_sprite);
}

unfreeze(1);

}


Unfreeze is outside the choice thing, so whatever the player picks, at the end Dink will unfreeze.

Second then, the choice command, choice start(); and choice end(); need an " _ ":
 choice_start();
choice_end();
]

The wrong syntax made choice not to come up, and due to the misplaced "unfreeze(1);" Dink kept frozen

EDIT: I did post the same time as Scratcher xD But we said the same thing, except that
if(result== 1) (with space) works anyway.
I didn't knew that would work anyway. *surprised* O.O"

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