Daenges
Daenges
> also how to preform command like /inventory from c# code ?? You don't. Use the appropriate functions gained from using the inventory namespace. Above I provided sections where you...
I can not debug it currently. As an advice: Try to open it in Visual Studio and create a new class or paste your script into the [TestBot.cs](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/ChatBots/TestBot.cs) (without the...
Have a look into the `Inventory` command file. [Here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Commands/Inventory.cs#L90) and [here](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Commands/Inventory.cs#L117).
Sorry for keeping you waiting. If you search through the Chatbot functions you see that there is an own implementation for [closing](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Scripting/ChatBot.cs#L1405) and [clicking](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Scripting/ChatBot.cs#L1290). See different [window actions](https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/WindowActionType.cs). Edit: Whoops...
 Same applies to the labeling of flowchart arrows.
This issue still persists.
Hey sorry for the delayed reply. I could not reproduce the issue. Could you provide some more information?
Just wanted to create an issue, when I found this. Splitting the Screen and opening multiple instances (currently of Samsung Notes) is such an integral part of my workflow, that...