Difference between revisions of "A TakeInventory"

From ECWolf Wiki
(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...")
 
(No difference)

Latest revision as of 03:33, 30 December 2012

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.