View Single Post
  #4  
Old 10-09-2012, 10:17 PM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

i don't think you can use a global in zone to directly spawn an npc in another. you'd have to have a script in the zone you want the npc to spawn in to check the value of the global being used. you could, for example, use a timer in the target zone's player.pl to periodically check for the value required to spawn the npc.
Reply With Quote