Also in a better shape

This forum houses many years of development, tracing back to some of the earliest posts that exist on the board. Its current use is for the continued development of the server and game it has always served: The Mana World.
For the corners not facing the camera, use the red circled ones here:
Code: Select all
MAP.gat,17,17,0 script Julius 109,{
mes "[Julius, The Brave Miner]";
mes "What are you doing here! It's dangerous!";
mes "The cave collapsed and blocked the entrance.";
mes "You can hear the ghosts of buried miners screaming down there!";
next;
mes "[Julius, The Brave Miner]";
mes "I can bring you out from here.";
mes "Are you ready?";
next;
menu "Sure, thanks", exit,"I want to stay here.",-;
close;
exit:
warp "new_9-1.gat",38,37;
close;
}