i tried coroutines one time, but i never got the hang of it. maybe someone who knows it can help?
so i would do something like
function clickable(text,funct)
--function
end
function funct1()
--random things here
end
function funct2()
--random things here
end
clickable("text1",funct1())
clickable("text2",funct2())
and that would do stuff .-.












