Wintermute Engine Forum

Wintermute Engine => Technical forum => Topic started by: hubertMichael on March 15, 2013, 07:39:33 PM

Title: inventory
Post by: hubertMichael on March 15, 2013, 07:39:33 PM
Hi

How can I copy whole inventory from actor1 to actor2?
Title: Re: inventory
Post by: ciberspace on March 16, 2013, 09:56:47 PM
To query all available inventory items, create a loop from 0 to Game.TotalNumItems - 1.
Title: Re: inventory
Post by: hubertMichael on March 19, 2013, 11:42:16 PM
Thanks :) I'll try this. It should be working.