Scenarios
From NS2 community wiki
Creating new game modes / scenarios is a matter of LUA code.
UWE have designed the game in such a way that LUA coding powers almost everything within the game, client-side and server-side. This means instead of using metamod to hack in extra functionality, you have a full API that you just need to build a little bit of code for utilising in-game commands and features.
