Quote:
Originally Posted by shaznito
ok this looks about right.
Code:
$random = quest::ChooseRandom(14010,13281,13280,14015);
|
Just one thing to add: you'll probably need to add the following for the reward to actually be given
Code:
quest::summonitem($random)
You may also want to use my with $random, so it doesn't affect any other scripts:
Code:
my $random = quest::ChooseRandom(14010,13281,13280,14015);
Other than that, looks good to me
