In my old code (before it all got broken by a cool content patch) if I wanted a button to have no actual clickable function and just be a readout I put click_function = 'nil'... and just had no function with that name.
Problem is that now you get an error code for trying to activate a function that dose not exist.
Is there a new way to have a button just a read out and not have a click function, maybe one that means it will now not have the red button icon on mouse over?
Currently I just have a empty function at the bottom of the script function nothing()end to fix it.. but thought there may be a better way?