The Dink Network

Reply to Re: The Northern Lands: Chapter 1

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 17th 2018, 02:23 AM
wizardb.gif
Bluedy
Peasant He/Him Romania bloop rumble
I like Frutti Fresh 
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:

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.