Quote:
Originally Posted by Huppy
This is a sample of something I am using for a handin right now, which works for me.
Code:
if (plugin::check_handin(\%itemcount, 13005 => 1) && ($ulevel > 14)) {
|
Would there be a plugin that handles if taskiscomplete? e.x
Code:
if(quest::istaskcompleted(114)) {
if($text=~/Yissen/i) {
plugin::Whisper("Good! I hope he is doing his job, I have a $task for you.");
}elsif{
plugin::Whisper("Seek him out before me, friend.");
}
}
Making sure previous task is complete, to move on?