Thread: Random Stuff.
View Single Post
  #20  
Old 11-18-2013, 11:20 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,589
Default

Here is a level-based teleporter that has an array in the hash, it that works as follows:
Code:
#Zone ID | Minimum Level | Maximum Level
my %zonelist = (1 => [1, 5]);
The code is here.
Reply With Quote