Difference between revisions of "AddForm - LeveledItem"

108 bytes added ,  13:07, 11 April 2018
no edit summary
imported>DavidJCobb
(→‎Notes: I was actually right the first time)
imported>Ladyonthemoon
 
Line 22: Line 22:
; Add 2 axes to the list at level 5
; Add 2 axes to the list at level 5
CoolItems.AddForm(Axe, 5, 2)
CoolItems.AddForm(Axe, 5, 2)
; Add 1 leveled list to the list at level 5
CoolItemsLeveledList.AddForm(OtherCoolItemsLeveledList, 5, 1)
</source>
</source>