Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
705 B

  1. //these are example rules. feel free to modify and use them, or
  2. //to use them as examples to help you write your own rules!
  3. //
  4. //Award
  5. //{
  6. // name = "Most Used Weapon";
  7. // noWinnerMessage = "No weapons were used during this match!";
  8. // extraInfo = "%score people were killed by %winners";
  9. //
  10. // trigger
  11. // {
  12. // type = fullsearch;
  13. // winnerVar="%weapon";
  14. // key = "%killer killed %killee with %weapon";
  15. // }
  16. //}
  17. //
  18. //Award
  19. //{
  20. // name = "Pak Grabber";
  21. // noWinnerMessage = "no one grabbed any paks!";
  22. // extraInfo = "%winner grabbed %score paks!";
  23. //
  24. // trigger
  25. // {
  26. // type= fullsearch;
  27. // winnerVar="%plr_grabber";
  28. // key = "%plr_grabber activated the goal %goal";
  29. // %goal="spawn_pak"
  30. // }
  31. //}