View Single Post
  #6  
Old 03-04-2008, 08:17 PM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

Quote:
Originally Posted by shaznito View Post
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
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki
Reply With Quote