Need help for Bot spawning

edragonprogab

L1: Registered
May 21, 2020
1
0
Rignt now i whant to make Campain map for myself where when i step on trigger bot will spawn. I look up on youtube and only found tutorials about bots for CSGO. Can someone show me step by step how to make when stepped on trigger spawn bot like soldier or demo.
 

Pinewabble

L2: Junior Member
Dec 22, 2015
50
64
It's actually pretty simple, all you need is 1."bot_generator" that spawns the bot 2."bot_action_point" to tell the bot where to go and what to do when it reaches that location 3. nav mesh that you can generate via "nav_generate"

Alternatively you could do the same in mvm by tagging the robots and then teleporting em' to their "spawn-points" when you want to use em'
 

Attachments

  • botgenerator_example.vmf
    18.3 KB · Views: 149