Jump to content
Sign in to follow this  
euly

Help with cursortarget reveal

Recommended Posts

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

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
Name your unit for example mytarget

set 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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×