View Single Post
  #1  
Old 08-28-2013, 07:14 PM
JimB_1958
Sarnak
 
Join Date: Mar 2013
Location: Springfield MO
Posts: 66
Default Function Broken? Or just me?

Been testing this...


Code:
if ($text=~/testaddldon/i) {
 
    my $mir_wins = $client->GetLDoNWinsTheme(2);
    $mir_wins += 1;
    quest::addldonwin($mir_wins,2);

    quest::say("Okay now you have $mir_wins wins.");
   
}
I get no errors
the NPC answers me with the correct number of wins.
But it doesn't add a win.
What I do wrong?
__________________
"We are all on the same team, and I think not enough people realize this."
- Leetsauce
Reply With Quote