How do I get bots to use ultimates? Also get a Dva bot to spawn
Press/Held button in actions
Alright so I did all living players button held, sorry I’m new here on workshop
To create a D.va bot, you can use the Action: Create Dummy Bot in the workshop. Then select Hero - D.va. You can also specify the location of that bot and other settings. If you leave everything else at default, it will spawn if there is space in the slot, at the default origin of the respective map (some maps will have it under the map and they die, they will respawn in the designated respawn locations).
To make bots use their ultimate abilities, specify the event player you wish to use the ability. If you only want bots to use it immediately when they reach 100% ultimate, you can create a Rule with:
Ongoing - Each Player.
Condition 1: Ultimate Charge Percent - Event Player >= 100%;
Condition 2: Is Dummy Bot - Event Player = True. (This ensures it’s only bots and not force players to use the action)
Then create the Action: Press Button - Event Player - Button - Ultimate
You can tweak these further with timers or other conditions, whatever you like. Remember with specific bots like Roadhog or Genji, you will have to also make them press or hold their primary attacks while their ultimate abilities are active.
code example: 0ZB90
Thank you <3 20 characters