UDA_Update
New Member
Hello everyone! I hope you all are safe and sound :)
I dont quite know how to ask this - i have a lua-file (lets call it TEST.lua) that gets created by a seperate program.
This lua file includes simple stuff like
"local a = x"
"local b = y"
Now i wanted to create a seperate lua-script that i run by OBS - that accesses "TEST.lua" and prints/displays x and y on screen
I believe i have to do "require("TEST.lua") but what now? How to display x and y on screen?
Thanks for your help!
PS: I understand that this is more of a support-question. I did not quite know where to ask - if this is the wrong place, i am deeply sorry!
Have a great weekend!
I dont quite know how to ask this - i have a lua-file (lets call it TEST.lua) that gets created by a seperate program.
This lua file includes simple stuff like
"local a = x"
"local b = y"
Now i wanted to create a seperate lua-script that i run by OBS - that accesses "TEST.lua" and prints/displays x and y on screen
I believe i have to do "require("TEST.lua") but what now? How to display x and y on screen?
Thanks for your help!
PS: I understand that this is more of a support-question. I did not quite know where to ask - if this is the wrong place, i am deeply sorry!
Have a great weekend!