Halo Modding: AI Follow Hold Follow Script(Request)
How to add a vehicle to your scenario, script a group of units to enter a turret(as well as keep the turret maintained until that group is out of actors) and script a group of friendly AI to follow you until a certain point, wait for you to clear something(in this case the turret) and then continue following you.
!Script Used!===================================================
(script static "unit" player0
(unit (list_get (players )0 ))
)
(script continuous turret
(ai_go_to_vehicle enemies/turret_squad turret_1 gunner)
)
(script dormant 1
(ai_follow_target_players followers)
(sleep_until (volume_test_object unfollow_trigger (player0))1 )
(ai_follow_target_disable followers)
(sleep_until (= 0 (ai_living_count enemies/turret_squad))1 )
(ai_follow_target_players followers)
)
(script startup base
(wake 1)
)
=============================================================
Sapien Basics: https://youtu.be/6_4wOw3vHtg
Halo Editing Playlist: https://www.youtube.com/playlist?list=PLOwqmZdZrKz28XkKTJL0JFN9wWSfi3L_K
Scripting Reference: https://c20.reclaimers.net/h1/engine/scripting/
#halo #gameediting #scripting
Other Videos By Old Games Guy
Other Statistics
Halo: Combat Evolved Statistics For Old Games Guy
Old Games Guy currently has 1,330 views spread across 30 videos for Halo: Combat Evolved. His channel currently has around 13 hours worth of content for Halo: Combat Evolved, or 1.73% of the total watchable video on Old Games Guy's YouTube channel.