euly 0 Posted June 7, 2014 Hi, I'm trying to make a mp recon mission in which a group must visually identify the location of an enemy unit or object. I've searched the forums, but I haven't found much of anything close to what I need to do. I was thinking I probably need to create a trigger that is activated by the cursortarget being on the unit or object, but I don't know. I was hoping this would be as simple setting the trigger condition to reveal target name, which would set the set the sync'd ModuleTaskState to Succeeded. Can anyone help me? Share this post Link to post Share on other sites
f2k sel 164 Posted June 7, 2014 Name your unit for example mytarget set Trigger as follows 0,0 repeating cond cursortarget == mytarget on act hint str cursortarget on deac hint "" Share this post Link to post Share on other sites
euly 0 Posted June 8, 2014 Name your unit for example mytargetset Trigger as follows 0,0 repeating cond cursortarget == mytarget on act hint str cursortarget on deac hint "" You rock. Thank you F3k Sel. Share this post Link to post Share on other sites