I working on a campaign and I want made a medic mission in it. The player as a medic runing up and down in an urban battlefield and health the heavy wounded soldiers.
I tried but I completly failed.
1., How can I make wounded, who are not standing? Can I create leg wound? (OK. Finally I used this: "this setDammage 0,9; this setUnitPos "down" )
2., The wounded soldiers have a queue. If I run to a wounded, he just lay and I can't heal him. But a very other guy starting to sneak to me for health. Can I refuse this invisible queue and heal the wounded in my order?
3., Only the wounded can heal himself? The medic can't heal the wounded? (I think I can make an action menu and script for healthing, can I?)
4., I use an infinit loop for checking the wounded soldiers and when the getDammage is less then 0.5 I set his setUnitPos "auto" and orderGetIn to a truck for transpost them to a hospital. But they do nothing. If a soldier heal himself with the medic, he still lay (because the initial setUnitPos "down") and dont try to get in the truck.
Anyone else made, play or see medic mission?