Hi everyone,
I'm executing .brs files by using Run() function and it works fine.
The problem is when I need to use m in the .brs file executed by Run() function, in this file the m is not defined.
I tried to send the m as parameter but the player crashes and restart even if it is not used in the .brs file executed by Run()
And the question is: How can I access to m from this file?
Thank you