Added invoke_plan, removed viewer
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user