I'm trying to use a BST lua that requires the mote files, which I have downloaded and put into the libs folder. I keep getting an error message that says:
Mote-Include.lua: line 497: attempt to index global 'areas' (a nil value).
Line 497 says:
elseif areas.Cities:contains(world.area) then
idleScope = 'Town'
Doesn't matter if I'm in town or not in town, the BST lua no worky. Sorry if this is your basic dummy question, but does anyone have any suggestions?
Thanks so much.