home *** CD-ROM | disk | FTP | other *** search
/ Quark 3 / Quark3.iso / KATALOG / ARCHIV / TOOL / T030.ZIP / TCTABS / ROBMOD.TCT < prev    next >
Encoding:
Text File  |  1999-02-26  |  1.0 KB  |  36 lines

  1. //Use // to make remarks
  2. //Name is the name of the TC
  3. Name=JailBreak
  4. //Game is q1,q2 or q3a
  5. Game=q2
  6. //TCInfo is some info about it
  7. TCInfo=JailBreal
  8.  
  9. //To add options, first set the settings, then add it
  10. ChkCaption=Viewable Weapons
  11. ChkToolTip=If you have installed this patch, you can see wich weapon the opponent is using
  12. ChkTrue=+set vwep 1
  13. ChkFalse=+set vwep 0
  14. AddCheckBox
  15.  
  16. //To add options, first set the settings, then add it
  17. ChkCaption=Switch when Ammo
  18. ChkToolTip=Switch to Favourite Weapon when You have Ammo
  19. ChkTrue=+set swammo 1
  20. ChkFalse=+set swammo 0
  21. AddCheckBox
  22.  
  23. //To add options, first set the settings, then add it
  24. ChkCaption=Switch Next when No Ammo
  25. ChkToolTip=Switch to Next Favourite Weapon when You have no Ammo Left
  26. ChkTrue=+set swnoammo 1
  27. ChkFalse=+set swnoammo 0
  28. AddCheckBox
  29.  
  30. //To add options, first set the settings, then add it
  31. ChkCaption=Switch at pickup
  32. ChkToolTip=Switch to Favourite Weapon when You pickup Weapon and you have Ammo
  33. ChkTrue=+set swweap 1
  34. ChkFalse=+set swweap 0
  35. AddCheckBox
  36.