[Command] showMapView

Post Reply
User avatar
Raddeck
LP Manager
Reactions: 1
Posts: 508
Joined: Sat Oct 16, 2021 6:22 pm
Location: LpWorld
Contact:

Post 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"
Like my work? Buy me a coffee or support me on Patreon to keep it coming. :ugeek:
-Don't PM me for support-
Top
Post Reply