Thread: Setting up Maps
View Single Post
  #2  
Old 09-19-2001, 07:24 AM
KJS KJS is offline
The one, The only -
KJS's Avatar
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
KJS is on a distinguished road
Send a message via AIM to KJS
make a npc on like on the first level they goto (unstuck me or something)
NPC Code:

// NPC made by KJL
if (playerenters && !isweapon)
toweapons -map;hide;
if (created && isweapon) {
setmap frolicmap.png,frolicmap.txt,8,4;
setminimap frolicmapmini.png,frolicmap.txt,8,4;
}


just change the names of the pngs and stuff
__________________
Thanks,
-KJL