Arma 3 Editing | Multiple and Moving Spawn Points Tutorial
A simple guide on multiple spawn points and how to create a spawn point that moves as you progress through a mission.
Instructions for moving spawn point:
Place Respawn_west
Place marker first marker with variable spawn0.
Place the first trigger for the move of the first spawn. Somewhere your players will cross as they move through the mission:
In the "On Activation" box in the trigger place this:
hint "Our Insertion Point has moved";
"respawn_west" setMarkerPos getMarkerPos "spawn1";
"spawn0" setMarkerColor "ColorRed";
Place next spawn marker with the variable name of spawn1.
Trigger for next move:
hint "Our Insertion Point has moved";
"respawn_west" setMarkerPos getMarkerPos "spawn2";
"spawn1" setMarkerColor "ColorRed";
You can copy and paste the trigger as many times as you need, making sure you have the markers with the right names, eg spawn1, spawn2, spawn3 etc, and in the triggers if you copy and paste them, make sure you change each number to one higher in the new trigger you place, 0 to 1, 1 to 2, 2 to 3 etc.
And so on.
Post any questions or suggestions and I'll respond to them.
Thanks for watching!
Other Videos By OnlineCombatBN
2021-01-24 | Arma 3 Eden Editor | Make AI join group and follow |
2020-10-21 | Arma 3 Eden Editor | End Mission When Vehicles are all destroyed |
2020-09-22 | Arma 3 Eden Editor | Ending Mission when all enemy eliminated |
2020-08-25 | Arma 3 Eden Editor | Helicopter Pickup |
2020-07-06 | Arma 3 Editor | Adding Text to Mission on a Trigger |
2020-04-10 | Arma 3 Eden Editor | End Mission by Boarding Chopper tutorial |
2020-04-10 | Arma 3 Eden Editor Tutorial | Destroy Building to end Task |
2019-12-01 | Arma 3 Editor | Adding Text Side Chat to Mission |
2019-04-02 | Arma 3 Immersive Mission Environment | Market Day |
2019-03-31 | Arma 3 Zeus | Changing AI Speed of Movement |
2019-03-27 | Arma 3 Editing | Multiple and Moving Spawn Points Tutorial |
2019-03-26 | Arma 3 Editing | Basic Mission Tasks & Triggers |
2018-06-21 | Zeus Tutorial with Achilles Mod |
2018-06-21 | ALiVE Mod C TAB Tutorial |
Other Statistics
ARMA 3 Statistics For OnlineCombatBN
There are 209,980 views in 42 videos for ARMA 3. His channel uploaded 9 hours worth of ARMA 3 videos, roughly 33.58% of the content that OnlineCombatBN has uploaded to YouTube.