I have a hard time to do a simple command, but it does not work.
The script is:
1) Move view
2) Place animated object where view moved
3) See animation (5-6 seconds)
4) Delete object
5) Redraw map
I tried all things possible, if the command delete exist, it does not show the object appearing. I tried to wait with UN:R6 but this command does not really "wait", but freezes the map instead for the amount desired.
ZVSE
!?LE14/19/0;
!!UN:S30/28/0/0/10; Show area
!!UN:I30/28/0/43/1; place object
!!UN:L30/28/0/500; move view
!!UN:R1; redraw (just in case)
!!UN:R6/10000; wait **if not wait, the object is deleted before it appears. If wait, the object does not appears pfff
!!UN:O30/28/0; delete object
!!UN:R1; redraw
I tried to set messages between steps to debug but same result.
What I want: show the landing spacecraft, then delete it. Does not work. If the "delete" is not scripted, it shows the animation then repeat. If "delete" is scripted it shows nothing. I tried also with no animated standard objects, same result.