igloo15's Profile
Creator of Rings of destiny
igloo15@igloo15.com
Private Message
hfxigloo15
echo1586
wowworld@hotmail.com
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;
}
}
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
Title | Category | Avg | Updated |
---|---|---|---|
Rings of Destiny | D-Mod, Demo | ![]() | March 12th, 2001 |
igloo15 has written 1 review
Title | File | Type | Score | Date |
---|---|---|---|---|
I Don't Know if I Am the Only Person but the This Program Seems Extremely Buggy To Me Even... | WinDinkEdit Plus | Normal | ![]() | March 1st, 2006 |