My beach map is nearly completed. I need help with one more thing: teleporting ai.
I know the command to teleport ai, but how do I make it work?
When the ai that I want to teleport reaches the teleporting spot, I get an error, which means I haven’t did it correctly. I want the ai to teleport to a brush. Do you give the brush a target or targetname?
Teleporting Ai
ronboy
(ronboy)
#1
vicpas
(vicpas)
#2
I saw that the mappers use entity ai_marker to teleport ai. indicating this ai_marker on ai_scripting.
There is a example on start of level4 on addon The Rate is More Than Life.
The teleport is used for player, but can be used for AIs.
ronboy
(ronboy)
#3
[QUOTE=vicpas;232380]I saw that the mappers use entity ai_marker to teleport ai. indicating this ai_marker on ai_scripting.
There is a example on start of level4 on addon The Rate is More Than Life.
The teleport is used for player, but can be used for AIs.[/QUOTE]
Thanks Vicpas. I’ll try that.