
03-13-2002, 07:16 PM
|
|
Registered User
|
Join Date: Mar 2001
Location: USA/PA
Posts: 184
|
|
|
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
|
|
|
|