@mjshi
Thank you for agreeing to help,
Part of MV system I cannot modify to English
I will try to explain
1. Plugin command : MP_SET_MOVIE Paranoia on \\Settings the movie "Paranoia" into the picture
2. Display pictures
3. Waiting: 180 frames
4. Set the variable: \V[23] = 20
5. Loop
Set the variable : \V[22] = Random 1..4
If \V[22] = 1 ;Plugin command : ChainCommand random:1
If \V[22] = 2 ;Plugin command : ChainCommand random:2
If \V[22] = 3 ;Plugin command : ChainCommand random:3
If \V[22] = 4 ;Plugin command : ChainCommand random:4
If the ChainCommand switch is ON
{
If \V[23] = \V[24]
{
Break the loop
Else
Set the variable : \V[24] += 1
Waiting: 180 frames
}
Else
Break the loop
}
repeat
Replay BGM
Erase picture
I also tried to execute at the same time with another event
However, it did not succeed
If you still need to provide information, please tell me, thank you very much for your help.