An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.

3 lines
90 B

-- Check that Lua in a file executes ok in ExecuteLua command
local v = 10
check(v == 10)