Ok guys, I made a dungeon floor, and while at it I placed 50 or so cubes (just to test out).. all fine and dandy, I deleted those cubes with selecting them and pressing delete... I have none of those red droplet thingies anymore on my map.. yet when I want to preview it gives me a whole laundry list of "warning, cube has invalid spawn location"
But those cubes are not there anymore.. do I have to delete them somewher else as well ?
Entity invalid spawn point
Re: Entity invalid spawn point
Those warnings are probably from an earlier run of the dungeon. The console is not cleared when you start the preview. You can clear the console manually by running the "clear" command in it.
Re: Entity invalid spawn point
Ah yes they are
Thanks 
Re: Entity invalid spawn point
Is there a way to clear it using a lua script? I've been trying to narrate a story, however, it gets quite cluttered after a couple messages.
Re: Entity invalid spawn point
The console is not visible to the end user (it's meant for debugging). You probably want to use hudPrint() instead.McSkivv wrote:Is there a way to clear it using a lua script? I've been trying to narrate a story, however, it gets quite cluttered after a couple messages.