This website works better with JavaScript.
Explore
Help
Register
Sign In
KenSchae
/
fungus
Watch
1
Star
0
Fork
You've already forked fungus
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.
1949
Commits
1
Branch
0
Tags
243 MiB
Tree:
bd12624b58
fungus
/
Assets
/
Tests
/
TestAssets
/
Text
/
TestLua.txt
4 lines
90 B
Raw
Normal View
History
Unescape
Escape
Use Lua text file in ExecuteLua command
9 years ago
-- Check that Lua in a file executes ok in ExecuteLua command
local v = 10
check(v == 10)