+ но можно и так
ui.add_combo("Test", "test", ["1","2","3"],0)
function test() {
const test_combo = vars.get_int("js.test")
if(test_combo == 0) {
render.text([0,0], [255,255,255,255], 12, 0, "Hello world!");
}
if(test_combo == 1) {
render.rect([0,0], [50,50]...