[HOUNDS] CptTrips Posted May 21, 2023 Posted May 21, 2023 (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 May 21, 2023 by [16AGR] CptTrips
[HOUNDS] CptTrips Posted May 21, 2023 Author Posted May 21, 2023 Also noticed the bug if went to Mission Paused dialog->Briefing->x-out (upper right).
Recommended Posts