For the moment I'm just going to call it Domination, it's short, it sounds strong and it's exactly what it is. You have to capture the most objectives to win, so you have to dominate :)PicassoCT wrote:You could deactivate selfdestruction? Its just a tag..
Oh, and game names... make something with A at the start so its top of the list
Thanks I didn't thought of thisknorke wrote:you probally also want to disallow transfering ownership of the captured unit: (h key ingame, if you didnt know)Code: Select all
function gadget:AllowUnitTransfer(unitID, unitDefID, oldTeam, newTeam, capture) if (blabla) then return false end --no unit transfer! end