home *** CD-ROM | disk | FTP | other *** search
/ Quark 3 / Quark3.iso / KATALOG / ARCHIV / TOOL / T030.ZIP / TCTABS / HYPER.TCT < prev    next >
Encoding:
Text File  |  2000-03-23  |  800 b   |  29 lines

  1. //Use // to make remarks
  2. //Name is the name of the TC
  3. Name=Hyperquark
  4. //Game is q1,q2 or q3a
  5. Game=q2
  6. //TCInfo is some info about it
  7. TCInfo=Hyperquark
  8.  
  9. //To add options, first set the settings, then add it
  10. ChkCaption=Flash Grenade blinds owner
  11. ChkToolTip=Wether the flash grenade also blinds the owner or not
  12. ChkTrue=+set flash_blind_owner 1
  13. ChkFalse=+set flash_blind_owner 0
  14. AddCheckBox
  15.  
  16. //To add options, first set the settings, then add it
  17. ChkCaption=Allow BFG-suit
  18. ChkToolTip=If you allow players to use the BFG-suit
  19. ChkTrue=+set allow_bfg_armor 1
  20. ChkFalse=+set allow_bfg_armor 0
  21. AddCheckBox
  22.  
  23. //To add options, first set the settings, then add it
  24. ChkCaption=Capture the Flag
  25. ChkToolTip=If you want to start a CTF game
  26. ChkTrue=+set ctf 1
  27. ChkFalse=+set ctf 0
  28. AddCheckBox
  29.