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.
 
 

24 lines
1.0 KiB

  1. RequestIntent random {Role}
  2. RequestIntent random {Role} hero
  3. RequestIntent random any {Role}
  4. RequestIntent random any {Role} hero
  5. RequestIntent random another {Role}
  6. RequestIntent random another {Role} hero
  7. RequestTwoIntent random {RoleOne} {RoleTwo}
  8. RequestTwoIntent random {RoleOne} {RoleTwo} hero
  9. RequestTwoIntent random any {RoleOne} {RoleTwo}
  10. RequestTwoIntent random any {RoleOne} {RoleTwo} hero
  11. RequestTwoIntent random another {RoleOne} {RoleTwo}
  12. RequestTwoIntent random another {RoleOne} {RoleTwo} hero
  13. RequestThreeIntent random {RoleOne} {RoleTwo} {RoleThree}
  14. RequestThreeIntent random {RoleOne} {RoleTwo} {RoleThree} hero
  15. RequestThreeIntent random any {RoleOne} {RoleTwo} {RoleThree}
  16. RequestThreeIntent random any {RoleOne} {RoleTwo} {RoleThree} hero
  17. RequestThreeIntent random another {RoleOne} {RoleTwo} {RoleThree}
  18. RequestThreeIntent random another {RoleOne} {RoleTwo} {RoleThree} hero
  19. AnyRequest random any hero
  20. AnyRequest random any other hero
  21. AnyRequest random another
  22. AnyRequest random another hero
  23. Stop stop