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

  1. //Use // to make remarks
  2. //Name is the name of the TC
  3. Name=Q2 Basketball
  4. //Game is q1,q2 or q3a
  5. Game=q2
  6. //TCInfo is some info about it
  7. TCInfo=Q2 Basketball
  8.  
  9. //To add options, first set the settings, then add it
  10. ChkCaption=Noweapons
  11. ChkToolTip=Wether you can use weapons or not
  12. ChkTrue=%adddmflag%
  13. ChkFalse=131072
  14. AddCheckBox
  15.  
  16. //To add options, first set the settings, then add it
  17. ChkCaption=Nodunks
  18. ChkToolTip=Wether you can dunk or not
  19. ChkTrue=%adddmflag%
  20. ChkFalse=262144
  21. AddCheckBox
  22.  
  23. //To add options, first set the settings, then add it
  24. ChkCaption=Autoshoot
  25. ChkToolTip=Makes it easier to score
  26. ChkTrue=%adddmflag%
  27. ChkFalse=524288
  28. AddCheckBox
  29.  
  30. //To add options, first set the settings, then add it
  31. ChkCaption=Armorprotect
  32. ChkToolTip=Protects you form hurting team players' armor
  33. ChkTrue=%adddmflag%
  34. ChkFalse=2097152
  35. AddCheckBox
  36.  
  37. //To add options, first set the settings, then add it
  38. ChkCaption=KeepInCourt
  39. ChkToolTip=Wether you must stay in the court when you have the ball or not
  40. ChkTrue=%adddmflag%
  41. ChkFalse=4194304
  42. AddCheckBox
  43.  
  44. //To add options, first set the settings, then add it
  45. ChkCaption=Forcejoin
  46. ChkToolTip=Forces a player to join a certain team to make it even teams
  47. ChkTrue=%adddmflag%
  48. ChkFalse=1048576
  49. AddCheckBox
  50.  
  51. //To add a textbox option, do the same
  52. TxtCaption=Scorelimit :
  53. TxtTooltip=The maxiumum score for a game
  54. TxtExec=+set scorelimit %txt%
  55. AddTextBox
  56.  
  57. //To add a textbox option, do the same
  58. TxtCaption=Difficulty :
  59. TxtTooltip=How hard it is to score (0-10)
  60. TxtExec=+set difficulty %txt%
  61. AddTextBox
  62.  
  63. //To add a textbox option, do the same
  64. TxtCaption=Fixteamsize :
  65. TxtTooltip=How large a team must be, if not enough players, bots will be added
  66. TxtExec=+set fixteamsize %txt%
  67. AddTextBox
  68.