Hey all!
I´m a newbie at Arma missionmaking and decided to go with ALiVE.
I setup a basic mission and now it´s time to get the respawn working.
What do I want:
I want multiple respawn. The player should be able to choose how he wants to respawn, be it group, tent, vehicle or base respawn.
My group runs ACE3.
What I got so far:
I got one respawn method working at a time (except the tent-respawn doesn´t want to work), but how do I get a fancy menu to choose from?
My current description.ext:
respawn=3;
respawnTemplatesWest[] = {"MenuPosition"};
My init.sqf is empty for now.
Hope you can help a newbie, thanks!