Altering Win/Loss Conditions Question
I'm very new to Lua (which is very intuitive, but still getting used to it). I was wondering how to alter win conditions. I was looking through the code, and nothing I found in NS2Gamerules or Gamerules have any conditions for ending the game, just a flag that ends the game if it is set. Does anyone know where those conditions are located?
Comments
<a href="http://damien.kodingen.com/ns2docs/index.html" target="_blank">This</a> may help too.
I was using notepad++ and emacs. Started using Decoda and found it almost immediately. I also bookmarked the link you provided, being able to get names in an easy list will be great to use in the future along with Decoda's search function. Turns out that I don't need to mod the Lua code at all, just make a few triggers to get the desired effect.