Changes between Initial Version and Version 1 of gm


Ignore:
Timestamp:
Aug 1, 2011 10:53:00 AM (13 years ago)
Author:
xwang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gm

    v1 v1  
     1This command sets the the game type and map.
     2
     3'''Parameters:'''
     4 * 1: int gametype - the gametype
     5  * 0 = Free for all
     6  * 1 = Tournament
     7  * 2 = Free for all(again)
     8  * 3 = Team Deathmatch
     9  * 4 = Capture the Flag
     10 * 2: String map - name of the map
     11
     12'''Reports:'''
     13 * ''done'' when the task completes.
     14
     15'''Example:'''
     16 * User sends: "gm 512 4 delta"
     17 * Director replies: "cp gm 512 done"
     18 * Gametype is now CTF and map delta is loaded.