I have a scripting question...
but I'm not sure I'm on the right board, this seems to be the whining/arguing board:p. But here it is anyways:
I run this bit of script after my intro cutscene, and it works fine- except that on the screen you go to, everything is black. I'm quite frustrated >(with what I'm positive is some simple mistake. Here's the script (after the intro cutscene):
fade_down();
&player_map = 2;
sp_x(1, 362);
sp_y(1, 303);
load_screen();
draw_screen();
draw_status();
&update_status = 1;
draw_status();
fade_up();
Somebody please help me!!!! I'm hopelessly bad at this "scripting" thing... ;(
I run this bit of script after my intro cutscene, and it works fine- except that on the screen you go to, everything is black. I'm quite frustrated >(with what I'm positive is some simple mistake. Here's the script (after the intro cutscene):
fade_down();
&player_map = 2;
sp_x(1, 362);
sp_y(1, 303);
load_screen();
draw_screen();
draw_status();
&update_status = 1;
draw_status();
fade_up();
Somebody please help me!!!! I'm hopelessly bad at this "scripting" thing... ;(