-- title: Trace Test -- author: Nalquas -- desc: Testing whether trace to console works -- script: lua function TIC() cls() print("Number one") trace("Number twoho should be traced to cli!") end