じ☆ve冰风 发表于 2026-7-28 10:01:01

Simple Follower Control Plugin

This plugin allows to transfer, turn and move followers.

It adds three plugin commands:

The following plugin command transfers a follower to a specific location on the current map:

TransferFollower i x y direction
Replace i with the index of the follower to be transfered, with1 beingthefirstfollower.Replace x and ywiththe x and y coordinatesonthe mapwhere thefollower shouldbe placed, and direction with either down, left,right, or up to determine the facing of the follower. The direction may be omitted.

The following plugin command turns the follower into a given direction:

TurnFollower i direction
Replace i with the index of the follower, with 1 being thefirst one. Replace direction with either down, left,right, or up to determine the facing of the follower.

The following plugin command moves the follower one step:

MoveFollower i direction
Replace i with the index of the follower, with 1 being thefirst one. Replace direction with either down, left,right, or up to
determine in which direction the follower should move.

Terms of Use:
Code is under Apache License, Version 2.0
TLDR: Free for commercial and non commercial use within RPG Maker MV, edit as you want, no warranties.
Since it is derived from RPG Maker MV code, parts are still ©2015 KADOKAWA CORPORATION./YOJI OJIMA.

You may credit UncleThomson.


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