Wait with delay doesn't work
Posted: Thu May 13, 2021 5:29 pm
Hi Tony !
Sorry to bother you, but I have a silly question. I'm having a problem with the Delay() command: it doesn't want to wait the specified time when there is an Continue() at the same time (after, to be precise).
The idea is : it's the begining of the game, i'm ding a FadeIn and then Delay 5 seconds. There's no text because the dialogue panel is on false ; i want the node to wait 5 seconds and then goes to the next node where the dialogue will start and the dialogue panel will show.
I tried this but it doesn't work:
What did I do wrong?
Thank you for your help!
Sorry to bother you, but I have a silly question. I'm having a problem with the Delay() command: it doesn't want to wait the specified time when there is an Continue() at the same time (after, to be precise).
The idea is : it's the begining of the game, i'm ding a FadeIn and then Delay 5 seconds. There's no text because the dialogue panel is on false ; i want the node to wait 5 seconds and then goes to the next node where the dialogue will start and the dialogue panel will show.
I tried this but it doesn't work:
Code: Select all
AnimatorPlayWait(FadeIn, BlackScreen,5);
Continue();
Thank you for your help!