Re: Help with lua console
You could just spawn a brain in like the very corner of the map so he game doesn't end.... but for your problem, I'd assume using:
Code:
if not MovableMan:IsActor(self:GetPlayerBrain(player)) then
(spawn brain code maybe)
end
This should spawn the brain every time it's not there. Idk what the variables for ending the game are, so.... :3