This is more of a question/request than a suggestion.
When I load my code inside a product, every bit of code in that product is available to the bot. So for example, I can have a class like this:
public class OffmeshHelper { public static void TakeDeepRunTram() { //code to enter portal, take tram and leave through other portal } }
Then when I have offmeshes, I can add c#: ProductNameSpace.OffmeshHelper.TakeDeepRunTram().
This is perfect. I can properly use and test my code while running the bot but also keep my offmeshes clean and readable.
How can I achieve this from a plugin? I want to make my helper classes available to wRobot's offmeshes (or maybe even a Quester profile etc).
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.