Thread: Setting up Maps
View Single Post
  #5  
Old 09-19-2001, 05:47 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Quote:
Originally posted by LiquidIce00
isnt there a way to do it actually using the npc server?
There is, just add a weapon called for example -map to the weapons database of the server (Which is possible with the NPC Server), then you can just use the following scripts:
NPC Code:
//This is the map setting weapon
if (created) setmap image,textfile,x,y;


NPC Code:
//This is the NPC in a level on the server
if (playerenters) addweapon -Map;

__________________