JoystickGremlin icon indicating copy to clipboard operation
JoystickGremlin copied to clipboard

Add custom condition types via plugins

Open UltraHex opened this issue 2 years ago • 1 comments

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.

UltraHex avatar Oct 31 '22 20:10 UltraHex

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.

WhiteMagic avatar Nov 01 '22 16:11 WhiteMagic