Thread: Porters
View Single Post
  #11  
Old 04-18-2015, 12:35 AM
markusdabrave's Avatar
markusdabrave
Sarnak
 
Join Date: Jan 2012
Location: Plano, TX
Posts: 70
Default

Code:
 quest::say("Hail! Where would you like to go?");
        quest::say(quest::saylink($_, 1, plugin::Zone("LN", $_))) for @zones;
Also resulted in the linker error message for each location. Hopefully I did that right.

Side note:
Code:
 quest::saylink($_, 1, plugin::Zone("LN", $_)) for @zones;
Displays nothing.
Reply With Quote