Adventure-Terraria-Server-Project / AdvancedCircuits-Plugin

Advanced Circuits Plugin for Terraria Server API and TShock.
GNU General Public License v3.0
8 stars 8 forks source link

Tasks: Chest Control #19

Closed CoderCow closed 9 years ago

CoderCow commented 12 years ago

Requires: Complex Components

Add the following Tasks: Chest.ContainsItems(ItemType = Any, Amount = 1, Exact = No, Label = None) Chest.ContainsMoney(AmountInChopper, Exact = No, Label = None) Chest.TakeItems(ItemType = Any, Amount = 1) Chest.TakeItemStack(ItemType = Any) Chest.TakeMoney(AmountInChopper = -1) Chest.PutItems(ItemType = Any, Amount = -1)