This website requires JavaScript.
Explore
Help
Sign In
Noah
/
Peradventure
Watch
1
Star
0
Fork
0
forked from
Jonathan/Peradventure
Code
Pull Requests
Activity
Files
ba1b7dca627500a2dadf3b209f6ae81848f06709
Peradventure
/
lua_scripts
/
main.lua
T
8 lines
103 B
Lua
Raw
Normal View
History
Unescape
Escape
server data printed on webpage
2024-03-16 20:00:13 -05:00
local
say
=
{
hello
=
function
()
return
{
"Hello"
,
"Hola"
,
"Muy Bien"
}
end
}
return
say
Copy Permalink