View Single Post
  #13  
Old 08-03-2009, 09:55 PM
neiv2
Hill Giant
 
Join Date: Mar 2009
Location: CO
Posts: 183
Default

Just out of curiosity, in the WAYPOINT event, shouldn't I be using eq instead of == since technically it's a string?

sub EVENT_WAYPOINT
{
if (($x == $ZoneOutX) && ($y == $ZoneOutY))
{
Reply With Quote