Hello folks,
a little beginner question here.
Is it possible to have one function of one lua script write into an other lua script?
(the other lua script should save the changes)
Smth like
if (this happens)
then (write THAT in .lua-script2)
end
I really want that this isnt temporary. I need lua-script2 to be permanently changed as long as another function is not activated.