A TakeInventory

From ECWolf Wiki
Revision as of 03:33, 30 December 2012 by Blzut3 (talk | contribs) (Created page with "'''A_TakeInventory''' (string ''item'', int ''amount'') Removes at most ''amount'' (can be less if the actor doesn't have enough) of a given inventory item from the calling a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A_TakeInventory (string item, int amount)

Removes at most amount (can be less if the actor doesn't have enough) of a given inventory item from the calling actor's inventory.