@Ben - I have this overwhelming urge to start asking you about kangaroos… I think the Americans are rubbing off on me! [import]uid: 52491 topic_id: 32997 reply_id: 131021[/import]
@seanh, thank you. The error is gone, and I can build using 968 now.
Cheers,
Naomi
P.S. Reading Ben’s thoughts made me chuckle.
[import]uid: 67217 topic_id: 32997 reply_id: 131024[/import]
@peach - Ah Kangaroos… They’re everywhere here in the city. It’s like a real life platform game dodging them to go grab some lunch.
@Naomi - Yes, my inner thoughts are a bit laughable… Not sure that’s a good thing.
Yep. working here too. Thanks. [import]uid: 28534 topic_id: 32997 reply_id: 131026[/import]
Everyone, please download daily build 971 and let us know if you see any problems that were not in previous builds.
From now on everyone should get in the habit of coding all your “requires” like this:
local myLib = require "myLib"
or
local myLib = require( "myLib")
You can remove the “local” if you need the code to be global (or just “require” it in each module that needs it).
Thanks,
Tom [import]uid: 7559 topic_id: 32997 reply_id: 131326[/import]
Everyone, please download daily build 971 and let us know if you see any problems that were not in previous builds.
From now on everyone should get in the habit of coding all your “requires” like this:
local myLib = require "myLib"
or
local myLib = require( "myLib")
You can remove the “local” if you need the code to be global (or just “require” it in each module that needs it).
Thanks,
Tom [import]uid: 7559 topic_id: 32997 reply_id: 131326[/import]