(2021-12-15, 0:23)David Manley Wrote: I was wondering whether there is any ability to pass arguments to the LDCad Lua script?
Not at the moment, but I really like the idea.
But I'm thinking to do it in the form of a variable declaration using a new meta, e.g.
Code:
0 !LDCAD SCRIPTPARAMS a='hello world'
Code:
0 !LDCAD SCRIPTPARAMS params={a='hello world', b=true, c=123.23}