Page 1 of 1

[Command] showMapView

Posted: Sat Nov 06, 2021 7:12 pm
by Raddeck
showMapView(radius)


USE:
Allows you to switch to the map view during scenes, possibly with a random location within a specified radius from your current location

Optional parameters:
If radius is given (eg 10000) the player will be moved out of the current location.
Otherwise (not given) the map will focus on the current building.

Introduced in LP 3.19.


TYPE: Command, Non-Ref
RETURNS: /
THEME:
COMPARE:


EXAMPLE:

Code: Select all

    showMapView(100)
    "This shows I'm on the move during the scene"