There's no documentation on the website how to do it, so what are the commands needed to do this?
http://hudell.com/blog/orangegreenworks/
http://hudell.com/blog/orangegreenworks/
OrangeGreenworks.greenworks.ugcShowOverlay($gameVariables.getValue(10));
DLC, Steam Inventory and Workshop mostly.What exactly do you need?
You can access the greenworks instance using `OrangeGreenworks.greenworks`, with that, you can do anything that your greenworks version support, even if my plugin doesn't implement it.
Documentation for the greenworks methods are available here: https://github.com/greenheartgames/greenworks/tree/master/docs
For example:
Code:OrangeGreenworks.greenworks.ugcShowOverlay($gameVariables.getValue(10));
