Custom Start Locations

This script allows you to manage multiple start locations, giving each a
unique name that you can use in your scripts or script calls. You can create
as many start locations as you want provided that each location has its own
name.

This script only provides functionality for creating and managing multiple start locations. It is meant to provide some functionality that other scripts might want.

Download

Script: download here

Installation

Place this script below Materials and above Main

Usage

In the configuration section there is a table that allows you to specify
the start location. The name of the start location that you specify in the
editor is called “default” and should not be used.

To move players to a custom start location, you just need to make the script
call

$game_player.move_to_start_location(name)

Where name is the name of a start location defined in the start location
table.

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *