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

A Command to Switch a Component Directly #7

Closed CoderCow closed 11 years ago

CoderCow commented 11 years ago

A command like /ac hit|toggle|switch

should be implemented to just signal the next component being hit so that a component can easily be switched to a different state without the need of an extra circuit. Check region and tile permissions of the player though.

Ijwu commented 11 years ago

Could this command also be used to initialize a component without switching its state?

CoderCow commented 11 years ago

Wasn't planned like that but shouldn't be hard to implement and sounds useful enought.