The Dink Network

Reply to Re: Dink's Map - How does it work?

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 6th 2020, 07:30 PM
anon.gif
ExDeathEvn
Ghost They/Them
 
Well that explains a lot; So the button6.c script overwrites the key-77 script.
That's annoying. Thanks for the info.

Turns out it's just a normal script at least.

button6.c
void main ( void )
{
//player map

if (&s2-map == 0)
  {
   say("I don't own a map yet.",1);
   kill_this_task();
   return;
  }

show_bmp("tiles\map1.bmp", 1, 0);
kill_this_task();

}