Jump to content

Recommended Posts

Posted (edited)

Strange one.

In this test miz I drew a blue and a green circle through the ME draw tool.

In between those I drew a red circle with script:

local ref = trigger.misc.getZone("targetArea")
 trigger.action.circleToAll(-1 , 1, ref.point , ref.radius , {0, 0, 0, 0} , {1, 0, 0, .7} , 0 , true)

Then Escape and go to the "Message History" dialog.  Notice when the dialog comes up, since it is semi-transparent, you can see the two circle from the draw tool are there but the circle drawn with CircleToAll is vanished.

If you hit "close" button on the message history dialog, the missing circle stays vanished.

If you hit escape to bring up the mission paused dialog and then escape again, it cleans it up and shows the missing circle again.

If you hit screen capture it also brings back the vanished circle which is why I didn't include any example images. 😉 

(See attached test miz.)

 

Thanks in advance.

 

 

 

 

TestDrawings.miz

Edited by [16AGR] CptTrips
  • 6 months later...
  • Recently Browsing   0 members

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