Added invoke_plan, removed viewer

This commit is contained in:
2021-02-16 13:31:34 -05:00
parent eefe1bd58a
commit 1a6366e164
11 changed files with 128 additions and 110 deletions

View File

@@ -1,10 +1,10 @@
maketangible('player')
function player.interface(actor, place, gui)
gui:menu_item("North")
gui:menu_item("South")
gui:menu_item("East")
gui:menu_item("West")
gui:menu_item("north", "Go North")
gui:menu_item("south", "Go South")
gui:menu_item("east", "Go East")
gui:menu_item("west", "Go West")
end
function player.action.north(actor, place, gui)