Re: Inventory help
Posted: Thu Nov 15, 2012 8:17 pm
Ooh, I like that! Very sleek code, Komag. You might want to fix that typo though. [WHAT typo??!]Komag wrote:I use an even more direct version:SpiderFighter wrote: For example:Code: Select all
local startknife = spawn("knife") party:getChampion(1):insertItem(7,startknife)
Code: Select all
party:getChampion(1):insertItem(7,spawn("knife"))