b5fb30ca创建于 2024年11月4日历史提交
Scriptname PrintReee extends Quest

Function StartPrinting()
    Debug.Notification("r")
    int count = 0
    while count < 32  
        Debug.Notification("e")
        count += 1
    endWhile
EndFunction