View Single Post
  #5  
Old 06-14-2016, 09:43 AM
ghanja's Avatar
ghanja
Dragon
 
Join Date: Aug 2012
Location: Hershey, PA
Posts: 499
Default

Would be curious to see the hash itself as it looks like a hash of arrays of arrays, however, at a very quick glance as I'm just perusing with limited time atm:

Code:
for $x (0...6) {
You have an extra period in the range operator.

I assume this hash that you're concocting contains quest hand-in/reward?
Reply With Quote