Skip to content

MoveToArea command with locations?

JidokwonJidokwon Member Posts: 395
Is there a more advanced MoveToArea command line that I can enter with locations that would teleport my party to the exact location in an area? Thank you.

Comments

  • AstroBryGuyAstroBryGuy Member Posts: 3,437
    225 MoveBetweenAreas(S:Area*,P:Location*,I:Face*DIR)
    This action will move the active creature to the specified point in the indicated area, facing the appropriate direction.

    https://gibberlings3.github.io/iesdp/scripting/actions/bgeeactions.htm
    lolien
  • JidokwonJidokwon Member Posts: 395
    edited May 2017
    @AstroBryGuy: Thank you for that link! Could you (or anyone) tell me what the actual in game command line would look like with an example, please? And is it necessary to put the facing direction in the command? As I know how to teleport to the NW corner of areas, would #23 from that link, MoveToPoint(P.Point*), be another option? If so, could anyone give an example of how that would actually look in game? Thank you, again.
  • AstroBryGuyAstroBryGuy Member Posts: 3,437
    edited May 2017
    MoveBetweenAreas("AR1100",[2305.1846],S)

    Line 228 of RASAAD.BCS in BG:EE
Sign In or Register to comment.