じ☆ve冰风 发表于 2026-7-25 10:04:48

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

Get it at Hime Works!

Installation

Place this script below Materials and above Main

Usage

In the configuration section there is a table that allows you to create

start locations. 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 locationtable.


本贴来自国际rpgmaker官方论坛作者:Tsukihime处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/custom-start-locations.15701/
页: [1]
查看完整版本: Custom Start Locations