Can you do it?
def count(start,end): for i in range(start,end): print(i) if __name__ == "__main__": count(1,1000000)
define m = Character('Million', color="ffffff", image="xxx", who_color="#ffffff", ctc="ctc_blink", ctc_position="nestled") label start: m "Hi world!" m "Counting to 1000000 conmpleted." menu: m "Retry?" "Yes.": m "Now we're done." return "No.": m "Let's start again." jump start