Do have a delay function in thunderstone. This is the scenario i am trying to emulate. Print Text1 then delay for a few seconds Print Text2
Yes, there is a <sleep> function. You should call <flush> before the sleep to make sure the first text is output. Text1 <flush> <sleep 5> Text2