The Dink Network

Reply to Re: scripting q

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
February 3rd 2003, 11:48 AM
milder.gif
Kory
Peasant He/Him Croatia
 
This is my intro script! I hope it will help you!

It works form me! If i undestod what help ypu need!

--Kory

void main(void)

{

freeze(1);

playmidi("mg8_ami.mid");

wait(500);

say_stop_xy("'2Dink was captured in his own mind", 10, 370);

wait(500);

sp_dir(1, 2);

wait(200);

say_stop("Im all alone! Mommy...daddy!", 1);

wait(500);

say_stop("Where...where are you? I cant be alone like that!", 1);

wait(500);

say_stop_xy("'3Misteryous voice: You are not alone Dink!", 10, 370);

wait(500);

say_stop("Who is that?", 1);

wait(500);

say_stop_xy("'3Misteryous voice: Its me the guardien angle of heaven!", 10, 370);

wait(500);

say_stop("SHOW YOUR SELF!", 1);

wait(500);

int &angel = create_sprite(258, 361, 9, 300, 1);

freeze(&angel);

sp_dir(&angel, 8);

sp_base_walk(&angel, 300);

sp_speed(&angel, 1);

wait(500);

say_stop("'3Hello Dink!", &angel);

wait(500);

say_stop("Wow! You.....a...r..e....an angel knight with invincible gold armor!!!", !);

wait(500)

move_stop(1, 6, 251, 1);

wait(100);

move_stop(1, 2, 327, 1);

wait(100);

say_stop("I beg you! Please help me! Im all alone! I dont have anybody! Tell me where is my mother and father?", 1);

wait(500);

say_stop("'3The devils son Damien has abducted your father and mother!", &angel);

wait(500);

say_stop("Can i save them? But i cant do it alone!", 1);

wait(500);

say_stop("'3You will find many friends who will help you during your journey! Sure you can save your parents!", &angel);

wait(500);

say_stop("Versus the devils son? I am scared! I need help!", 1);

wait(500);

say_stop("'3God said to me that you are brave, strong and smart!", &angel);

wait(500);

say_stop("...", 1);

wait(500);

say_stop("'3The lord will be with you and your friends!", &angel);

wait(500);

say_stop("I think...yes", 1);

wait(100);

say_stop("'3And umm...i will give you the power fist ability!", &angel);

wait(500);

say_stop("'3I will teleport you to a town where you will find many friends who will help you!", &angel);

wait(500);

say_stop("Ok Angel! I will do it!", 1);

wait(500);

script_attach(1000);

fade_down();

&player_map = 766;

sp_> 1, 274);

sp_y(1, 369);

load_screen(766);

draw_screen();

freeze(1);

fade_up();

wait(1000);

sp_nodraw(1, 0);

draw_status();

sp_active(&angel, 0);

&story = 0;

unfreeze(1);

}