From 55c2f9963a93aeb9c5494248f60eaf29bc61a8fa Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 23 Jun 2013 16:36:28 -0700 Subject: [PATCH] Created Lua Examples (markdown) --- Lua-Examples.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Lua-Examples.md diff --git a/Lua-Examples.md b/Lua-Examples.md new file mode 100644 index 0000000..959512a --- /dev/null +++ b/Lua-Examples.md @@ -0,0 +1,11 @@ +Various Lua Quest examples to give a feel for how the code works: + +### NPC + +### Player + +### Item + +### Spell + +### Encounter \ No newline at end of file