How do you make a intermission script using node hill

[its] JapaneseSushi
Joined 28/07/2019
Posts 225
11:32 PM 08/07/2020
I'm trying to make an intermission script but don't know how to make it count down


script

while(true) {
i = 10
repeat(10)
Game.TopPrintAll("Intermission "..
}


Paqy
Joined 24/06/2020
Posts 107
12:12 AM 10/07/2020
I don’t really not mate I am shit at scripting


[feet] Edged
Joined 08/07/2020
Posts 579
04:18 PM 11/07/2020
Honestly it's easy.

https://gist.github.com/Core-commits/e39fcf0538c79dbd68f07c9b887e133a

Take a look at the code.

1