This commit is contained in:
UndeadMaelys
2022-03-31 10:09:28 +02:00
parent 95c0ce5062
commit 38fb2f7a51
7 changed files with 113 additions and 23 deletions

View File

@@ -28,3 +28,9 @@ function lesson(number)
print("lesson not found")
end
end
function lessonPause()
print("\nInput anything to continue")
io.read()
print(scrollTerminalUp(4))
end