Advertisement
Critscan

Untitled

Jan 27th, 2020
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. rule("Rule 1")
  2. {
  3. event
  4. {
  5. Ongoing - Each Player;
  6. All;
  7. All;
  8. }
  9.  
  10. conditions
  11. {
  12. Hero Of(Event Player) == Hero(Torbjörn);
  13. }
  14.  
  15. actions
  16. {
  17. Start Forcing Player To Be Hero(Event Player, Hero(Widowmaker));
  18. Wait(0.250, Ignore Condition);
  19. Stop Forcing Player To Be Hero(Event Player);
  20. }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement