Longdarkhair
11-17-2010, 08:53 PM
Hi, is the quest::untraindiscs() still working, or am I doing something wrong?
sub EVENT_SAY {
if ($text =~/Hail/i){
quest::say ("Good day to you, $name. Would you like to [untrain] all your disciplines?"); }
if ($text =~/untrain/i){
quest::say ("Very well then.");
quest::untraindiscs(); }
}
I get the text responses from this quest, but it does not untrain my disciplines.
Also, is there a #command way to get this done?
Thanks in advance for any help.
sub EVENT_SAY {
if ($text =~/Hail/i){
quest::say ("Good day to you, $name. Would you like to [untrain] all your disciplines?"); }
if ($text =~/untrain/i){
quest::say ("Very well then.");
quest::untraindiscs(); }
}
I get the text responses from this quest, but it does not untrain my disciplines.
Also, is there a #command way to get this done?
Thanks in advance for any help.