View Single Post
  #21  
Old 08-28-2001, 10:43 PM
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
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;
}

__________________
Thanks,
-KJL
Reply With Quote