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: Sign Control #20

Closed CoderCow closed 9 years ago

CoderCow commented 11 years ago

Requires: Complex Components

Add the following Tasks: Sign.GetText() Sign.ListContainsItem(String, Label = None) Sign.ListAppendPlayerName(AppendIfExist = No) Sign.ListAppendItem(String, AppendIfExist = No) Sign.ListAppendSignText(AppendIfExist = No) Sign.ListRemovePlayerName() Sign.ListRemoveItem(String) Sign.ListRemoveSignText() Sign.ContainsText(String, Exact = No, Label = None) Sign.AppendText(String) Sign.AppendSignText() Sign.Clear()