Search found 1 match

by Fish Slappa
Fri Jan 16, 2015 5:10 am
Forum: General
Topic: Attempt to index global 'ents' (a boolean value)
Replies: 4
Views: 4998

Attempt to index global 'ents' (a boolean value)

I'm making a game from Goature's tutorials, and I've had a few problems with the entities system. It claims, among other things, that ents.Startup() in line 3 is attempting to index global 'ents', which it says is a boolean value. The code is below. function love.load() ents = require ("entitie...