Reply to Re: The Northern Lands: Chapter 1
If you don't have an account, just leave the password field blank.
Welp, I tried it and it didn't work. It just made the portals not do anything.
Here's the whole code file just to make sure:
I also tried putting sp_touch_damage(current_sprite, 0); under void touch(void) but it didn't change anything.
Here's the whole code file just to make sure:
void main(void)
{
sp_nohit(current_sprite, 1);
sp_touch_damage(current_sprite, 0);
say("`4ENTRANCE", current_sprite);
}
void touch(void)
{
fade_down();
Playsound(18,22050,0,0,0);
&player_map = 329;
script_attach(1000);
load_screen();
draw_screen();
sp_x(1, 304);
sp_y(1, 322);
fade_up();
}
I also tried putting sp_touch_damage(current_sprite, 0); under void touch(void) but it didn't change anything.








