climbing.
This commit is contained in:
@@ -222,7 +222,13 @@
|
||||
:ego "Thanks, I guess."))
|
||||
(defn make-ladder-area [box]
|
||||
{:box box
|
||||
:script (actions/get-script entities (actions/talk entities :ego "It's a really big tree!"))
|
||||
:script (actions/get-script entities
|
||||
(actions/walk-to entities :ego [144 58] )
|
||||
(actions/talk entities :ego "Maybe I can climb it!")
|
||||
(actions/walk-straight-to entities :ego [144 72] :face :right)
|
||||
(actions/play-animation entities :ego :climb)
|
||||
(actions/walk-straight-to entities :ego [144 58])
|
||||
(actions/talk entities :ego "Nope."))
|
||||
:scripts {:ladder (actions/get-script entities
|
||||
(actions/talk entities :ego "I'll just set this up.")
|
||||
(actions/walk-to entities :ego [151 50] :face :left)
|
||||
|
||||
Reference in New Issue
Block a user