Thread: Porters
View Single Post
  #36  
Old 04-18-2015, 11:28 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

1) You have to access the hash elements the same way every single time.

Code:
quest::movepc($porthash{$key}[1], $porthash{$key}[2], $porthash{$key}[3], $porthash{$key}[4], $porthash{$key}[5]);
2) The API call is quest::movepc not quest::movenpc
Reply With Quote