Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

spectcammenu.original 717B

1234567891011121314151617181920212223242526272829303132333435363738
  1. // Command Menu definition
  2. //
  3. // Basic Format:
  4. // "<Bound Key>" "<Button Text>" "<Command sent to server>"
  5. //
  6. //
  7. //
  8. //
  9. // Buttons can also open up submenus, as follows:
  10. // {
  11. // "Some More Options",
  12. // {
  13. // ...
  14. // }
  15. // }
  16. //
  17. //
  18. // Buttons preceded with "CUSTOM" are handled in special ways. They can only be moved
  19. // around or deleted.
  20. //
  21. //
  22. // Limitations:
  23. // Maximum of 50 menus.
  24. // Maximum of 100 buttons per menu.
  25. //--------------------------------------------------------
  26. // Everything below here is editable
  27. "6" "#Spec_Mode6" "spec_mode 6"
  28. "5" "#Spec_Mode5" "spec_mode 5"
  29. "4" "#Spec_Mode4" "spec_mode 4"
  30. "3" "#Spec_Mode3" "spec_mode 3"
  31. "2" "#Spec_Mode2" "spec_mode 2"
  32. "1" "#Spec_Mode1" "spec_mode 1"