Thanks Shen I did not realize that was there, now its book marked lol. And Kay are you talking about using
for every death? Ill post my default.pl....
Code:
sub EVENT_DEATH_COMPLETE{
my $CountOrcs = $qglobals{"orcslay1"};
my $CountGnolls = $qglobals{"gnollslay1"};
$client->SetGlobal("orcslay1", ($qglobals{"orcslay1"}+1) , 7, 'F');
quest::ze(14, "Dead orcs = " . $CountOrcs . " Dead Gnolls =" . $CountGnolls . " ...");}