View Single Post
  #2  
Old 03-09-2012, 02:10 PM
iluvseq
Sarnak
 
Join Date: Aug 2009
Location: Somewhere
Posts: 53
Default

I figured out a way to do it, but not sure if it's the best/most elegant solution.

I implemented a player.pl quest for the zone, with an EVENT_ENTERZONE routine that checks if they are entering the zone at the safe spot, and if so, calls quest::movepc() to change their heading.

One thing I noticed, the heading parameter in movepc() has to be double the heading returned by #loc
Reply With Quote