[url]https://steamcommunity.com/sharedfiles/filedetails/?id=934940946[/url]
This mod by the ever amazing MrStump has code that assigns the colour/name of the person using the tool to a variable rollerColor, however I cannot work out exactly how that variable is discovered.
function buttonClick_roll(_, rollerColor) presumably uses rollerColor as an input for the function, but I can't work out how rollerColor is actually determined.
I apologise in advance for the what I presumably assume is an idiot-question.