The Dink Network

Reply to Why... It's another dull script problem!!! (but don't let that stop you from helping me)

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:
 
 
May 28th 2004, 09:25 AM
duck.gif
Ok, so the game closes itself in this part of the script. It's probably not good composed, but I just don't have enough experience. (sorry)

say_stop_xy("`1 And we're just in time to see his boss, Mr. Rockwell.", 10, 370);
int &boss = create_sprite(497, 389, 5, 341, 1);
sp_hard(&boss, 0);
sp_dir(&boss, 8);
sp_speed(&boss, 1);
move_stop(&boss, 8, 250, 1);

and when i try to make &boss say something, the text is placed in the upper left corner, and I don't know why:

say_stop("`5 Blablabla, I'm trying to speak", &boss);

hope you can help me (thx anyway)