Create a coroutine to run plans

This commit is contained in:
2021-02-17 13:38:22 -05:00
parent 210644da57
commit 213bf12425
8 changed files with 122 additions and 45 deletions

View File

@@ -21,4 +21,6 @@ end
function player.action.west(actor, place, gui)
print("Moving west")
t = nil
t[3] = 5
end