Jump to content

Making the DZMS markers be randomly offset?


Recommended Posts

I assume that I need to do this through some type of setmarkerpos in the DZMSAddMajMarker, DZMSAddMinMarker, and DZMSMarkerLoop sqfs. I've tried a few methods I've found with no luck so far. Any info from anyone who has done this would be greatly appreciated.

Link to comment
Share on other sites

OK well I finally found a working setmarkerpos "DZMSMajMarker" setMarkerPos [(DZMSMajCoords select 0) + (500 * sin floor(random 360)), (DZMSMajCoords select 1) + (500 * cos floor(random 360)), 0]; Adding this to DZMSAddMajMarker and DZMSAddMinMarker creates the marker offset but then when the loop runs it resets it back to centered. So I tried adding the same line to the DZMSMarkerLoop and it does create it offset but its offset changes every 25 seconds when it loops again. Is there a way to make the new offset marker created in the DZMSAddMajMarker the marker that gets looped for JIPs or should I just disable the loop for them?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...