View Single Post
  #7  
Old 03-13-2002, 07:16 PM
cell424 cell424 is offline
Registered User
Join Date: Mar 2001
Location: USA/PA
Posts: 184
cell424 is on a distinguished road
Send a message via AIM to cell424
Talking

Here is what I did, in the system NPC of the server I made a mini system inside it. I only have 2 maps, the Mining Caves and the Overworld. SO this is what you do.

if (isweapon) {
//Map Systems
if (!startswith(quest_,#L)) {
setmap quest.png,quest.txt,playerx,playery;
}
else setmap overworld.png,overworld.txt,playerx,playery;
}
__________________
Trunks
Reply With Quote