View Single Post
  #10  
Old 06-10-2004, 10:24 AM
x-scythe
Discordant
 
Join Date: Jun 2003
Posts: 449
Default

so if i wanted three items that werent continuous in there ID# like 1506, 1670, and 3004 for example it would be like:

Code:
{ 
  $random=int(rand 1506+1607+3004); 
  quest::summonitem($random); 
}

edit: lol must have replied at the same time as you dave.
Reply With Quote