Thread: Quest Help
View Single Post
  #3  
Old 09-16-2011, 10:36 PM
Tabasco's Avatar
Tabasco
Discordant
 
Join Date: Sep 2009
Posts: 269
Default

At a glance, your vtell C&P's are all broken. Take a look at your quotes
Code:
#is
plugin::vtell("thank,"iksar,"male"); 
#should be
plugin::vtell("thank","iksar","male");
Edit: There are two places where quotes are broken.

You also might look into the various item plugins as you can easily test for both in any order and then return unused items at the end of the function.

Last edited by Tabasco; 09-16-2011 at 10:37 PM.. Reason: You posted as I posted, woot!
Reply With Quote