Replies: 1 comment 1 reply
-
|
In order to do more advanced actions than left/middle/right click I think you will need to use the C# API, which requires to program your own bot, basically. Sorry but the commands can't do everything at the moment. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, im relatively new to console client. I am currently trying to make a script for a server where an account opens kit crates, detects what kit it gets, if it is a good kit, it stores it in /pv 1-5 etc. My problem here is that i wont be able to stash the kits in pvs with the default "/inventory 1 click 2". I need something that shiftclicks the item i specify so that it gets stashed directly.
I was browsing and i found tons of .cs folders where commands such as these seem to have been more developed, to me it looks like addons? I found one for my specific problem, where it looks like the option "ShiftClick" amongst many other clicktypes are added to the /inventory command. But i am confused as to how i apply these .cs files to work in my console client, if that even is what to do. Typing "ShiftClick" in the default /inventory command doesnt work atleast, and that is what i am hoping to make happen.
Beta Was this translation helpful? Give feedback.
All reactions