JoystickGremlin
JoystickGremlin copied to clipboard
Add custom condition types via plugins
I'd like to be able to include a custom condition type in a plugin I'm writing.
I'm able to read the game state of Elite: Dangerous from my plugin and I would like to use conditions so my actions can change based on the game state.
That's rather vague but at the end of the day if you're writing a plugin you can do whatever Python allows you to do as the plugin won't be able to integrate with the UI beyond the variable configuration interface. In any case, you're likely to get better and quicker info on the discord channel mentioned on the main page of the repo.