boxgen/pause.lua
2020-11-18 20:29:17 -05:00

7 lines
92 B
Lua

function pause()
print("Press [enter] to confirm...")
io.stdin:read'*l'
end
return pause