Mon Jun 27, 2016 1:59 pm
Hey,
while switching to Fu8, i need to update all my scripts.
I have problems, using the builtin function in the bmd.scriptlib
bevor:
var = eyeon.parseFilename(xyz)
works
after:
var = bmd.parseFilename(xyz)
didnt work: error: "Attempt to call field 'parseFilename' (a nil value)
i added a new function to the scriptlib, this only print "test" .
when i put "bmd.test()" in the console, it works, but in my lua script i got the error as above.
Any suggestions?