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