Difference between revisions of "Unplayable Items"

2 bytes added ,  16:15, 19 October 2006
m
Corrected script lines
imported>GuidoBot
(Extra comment/minor edits)
imported>GuidoBot
m (Corrected script lines)
Line 61: Line 61:
   set type to 0.03*GetRanomdPercent
   set type to 0.03*GetRanomdPercent
   if type == 0
   if type == 0
     target.AddSpell MyItem01
     target.AddItem MyItem01 1
   elseif type == 1
   elseif type == 1
     target.AddSpell MyItem02
     target.AddItem MyItem02 5
   else
   else
     target.AddSpell MySpell01
     target.AddSpell MySpell01
Anonymous user