Search found 2 matches
- Tue Mar 04, 2025 7:43 pm
- Forum: Support and Development
- Topic: Desperately need help finding what in my code is preventing it from running
- Replies: 3
- Views: 459
Re: Desperately need help finding what in my code is preventing it from running
how is your game packaged anyway? In a folder with main.lua and my world.lua file at the same, root level. I've packaged other projects the same way and never had an issue like this. After looking at the way it colored the code on here, I think the issue may be that I used the word 'table' as a var...
- Tue Mar 04, 2025 3:08 am
- Forum: Support and Development
- Topic: Desperately need help finding what in my code is preventing it from running
- Replies: 3
- Views: 459
Desperately need help finding what in my code is preventing it from running
------ Issue resolved: cannot use 'table' as a variable name because it will link to a { }. ------------------------------ Working on my first project without a tutorial, and it was all going well until I was trying to add in code to prevent the player from entering an area where another object is. ...