The Dink Network

igloo15's Profile

goblins.gif
igloo15
Peasant He/Him
 
Creator of Rings of destiny

E-Mail igloo15@igloo15.com
Private Message
YIM hfxigloo15
AIM echo1586
MSN wowworld@hotmail.com

2004-12-21 00:31:22
goblins.gif
igloo15
Peasant He/Him
 
K i am using this script to basically start on one screen then once dink goes to the designated player_map it activates. Instead once i get on the screen that has this script it just crashes dink. The way it should work is loop continuously until it reaches the designated screen in which it will run the if statement then kill the task.

void main(void)
{
int &isthisdone = 0;

if(&isthisdone == 0)
{
script_attach(1000);
&isthisdone = 1;
loop:

if(&player_map == 678)
{
wait(60000);
freeze(1);
say_stop("Wow i am so confused.... where... am... I", 1);
fade_down();
sp_x(1, 267);
sp_y(1, 242);
&player_map = 710;
load_screen();
draw_screen();
draw_status();
fade_up();
say_stop("Huh I am at the beginning again", 1);
kill_this_task();
}

goto loop;
}

}

igloo15 has released 1 file

TitleCategoryAvgUpdated
Rings of DestinyD-Mod, DemoGood 7.0March 12th, 2001

igloo15 has written 1 review

TitleFileTypeScoreDate
I Don't Know if I Am the Only Person but the This Program Seems Extremely Buggy To Me Even... WinDinkEdit PlusNormalGood 7.5March 1st, 2006