Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
You can also create your own by creating a .cs file in Plugins\OrderBotTags folder : you create a class with attribute XMLAttribute("NameOfTag"), the class uses ProfileBehavior as base class (so public class NameOfClass : ProfileBehavior { /* ... class definition ... */ }). There are many ways to set them up. Look at ExBuddy for examples.
You can also create your own by creating a .cs file in Plugins\OrderBotTags folder : you create a class with attribute XMLAttribute("NameOfTag"), the class uses ProfileBehavior as base class (so public class NameOfClass : ProfileBehavior { /* ... class definition ... */ }). There are many ways to set them up. Look at ExBuddy for examples.
You can also create your own by creating a .cs file in Plugins\OrderBotTags folder : you create a class with attribute XMLAttribute("NameOfTag"), the class uses ProfileBehavior as base class (so public class NameOfClass : ProfileBehavior { /* ... class definition ... */ }). There are many ways to set them up. Look at ExBuddy for examples.