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.

16 lines
235 B

  1. //Custom Log Event rules for Rock2.
  2. Award
  3. {
  4. name = "Executioner";
  5. noWinnerMessage = "No gas was discharged!";
  6. extraInfo = "%player discharged the gas %number times!";
  7. trigger
  8. {
  9. type = goal;
  10. key = rhand;
  11. key = bhand;
  12. }
  13. }