fantasycalendar / FoundryVTT-Sequencer

This module implements a basic pipeline that can be used for managing the flow of a set of functions, effects, sounds, and macros.
Other
47 stars 25 forks source link

[REQUEST] - Add `elevation` to the `teleportTo` #182

Closed theripper93 closed 1 year ago

theripper93 commented 1 year ago

Add elevation to the teleportTo in order for teleportation to also take into consideration elevation for use with Core, Levels and 3D Canvas.

example:

sequence.teleportTo({ x: gridPos[0], y: gridPos[1], elevation: pos.elevation })
Haxxer commented 1 year ago

Fixed in 3.0.12