Added a thread queue

This commit is contained in:
2021-02-18 14:56:12 -05:00
parent 213bf12425
commit 1dcf0494ef
4 changed files with 100 additions and 21 deletions

View File

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