some more lua functionality

This commit is contained in:
Andrew Pamment
2018-01-30 17:33:57 +10:00
parent 23f73405ae
commit 8935b660ec
4 changed files with 39 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ function menu()
-- display tagline
local tLines = readLines("scripts/taglines.txt");
local tLines = readLines(bbs_data_path() .. "taglines.txt");
local rand = math.random(#tLines);