Jump to content

Respawn Unit Via Radio


Liger Zero

Recommended Posts

You can certainly remove the Radio item with an Action.

 

As far as the re-spawn, you can use flags to Activate a replacement group. Send me your mission and I'll add in the regular events. You can use a script to respawn but someone else will have to help you there.

Visit the Hollo Pointe DCS World server -- an open server with a variety of COOP & H2H missions including Combined Arms. All released missions are available for free download, modification and public hosting, from my Wrecking Crew Projects site.

Link to comment
Share on other sites

As mentioned by Wrecking Crew, if op is not comfortable with scripting, then maybe simply add some replacement groups/units and activate them on demand through radio menu F10. I script myself to respawn things in my mission. Here is how.

 

Add a radio option that once triggered will set a flag to true, then add a "switched condition" trigger with condition "if flag is true" and action "do script".

Then from here you have three options: use DCS functions, MIST or MOOSE. If you don't mind using MIST, then in the do script block, write:

mist.respawnGroup('groupName', true)

where 'groupName' is the name of group to be respawned.

You can use DCS's own function as well but its a wall of code.

 

 

Please find in the attachment my sample mission. Tested.

respawn_example.miz


Edited by Yukari
typp; sample miz

Nooooooooo

Link to comment
Share on other sites

  • 1 year later...

After a while using MIST im now starting to change over everything to MOOSE.

 

 

Starting from scratch again.

 

How do i reactivate a shot down unit via the Radio

 

 

I have A added Radio item Name red_easy Flag 1 value 1

 

Switched Condition/ Flag equals 1,1/ Activate group

And from this point im stuck.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...