can't skip getting down
This commit is contained in:
@@ -267,6 +267,11 @@
|
|||||||
:interactions
|
:interactions
|
||||||
{:down-dir {:box [150 0 270 20]
|
{:down-dir {:box [150 0 270 20]
|
||||||
:script (actions/get-script entities
|
:script (actions/get-script entities
|
||||||
|
(if (get-in @entities [:room :entities :ladder])
|
||||||
|
(do
|
||||||
|
(actions/talk entities :ego "I'll get down.")
|
||||||
|
(get-down entities)))
|
||||||
|
|
||||||
(actions/walk-to entities :ego [200 10] :skip-type :end :stop? false)
|
(actions/walk-to entities :ego [200 10] :skip-type :end :stop? false)
|
||||||
(actions/walk-straight-to entities :ego [223 -51])
|
(actions/walk-straight-to entities :ego [223 -51])
|
||||||
(actions/transition-background entities :outside-house [137 204])
|
(actions/transition-background entities :outside-house [137 204])
|
||||||
|
|||||||
Reference in New Issue
Block a user