Thread
:
Player quest looping
View Single Post
#
2
05-11-2009, 02:37 PM
Andrew80k
Dragon
Join Date: Feb 2007
Posts: 659
You have to be careful using "=>" in perl. That is typically used as a dereference operator on objects. You should use ">=" for greater than or equal to. "=<" is ok though. Give that a whirl.
Andrew80k
View Public Profile
Send a private message to Andrew80k
Find all posts by Andrew80k