View Single Post
  #3  
Old 03-13-2002, 10:22 AM
happyme happyme is offline
Registered User
Join Date: Mar 2002
Location: Toronto, Ontario, Canada
Posts: 142
happyme is on a distinguished road
Send a message via AIM to happyme
Quote:
// NPC made by Shadowless Warrior
if (playerenters) {setmap quest.png,quest.txt,playerx,playery;}
if (playerenters) {toweapons -questmap;

}
if (isweapon && startswith(#L, quest_)) {setmap quest.png,quest.txt,playerx,playery;
}
else if (isweapon) {setmap overworld.png,overworld.txt,playerx,playery;
}
ehh... wouldnt it be simpler to put setmap quest.png,quest.txt,playerx,playery; in the quest lv and then on the first outside lv put
setmap overworld.png,overworld.txt,playerx,playery;
__________________
Reply With Quote