Difference between revisions of "Unplayable Items"
Jump to navigation
Jump to search
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. | target.AddItem MyItem01 1 | ||
elseif type == 1 | elseif type == 1 | ||
target. | target.AddItem MyItem02 5 | ||
else | else | ||
target.AddSpell MySpell01 | target.AddSpell MySpell01 |