SRPG Studio

SRPG Studio

评价数不足
Custom Event Commands - Special Selection Prompts
   
奖励
收藏
已收藏
取消收藏
RESOURCES: plugin
文件大小
发表于
更新日期
33.864 KB
2020 年 3 月 3 日 上午 12:14
2020 年 3 月 3 日 下午 1:42
4 项改动说明 ( 查看 )

订阅以下载
Custom Event Commands - Special Selection Prompts

描述
Q: What are these?
A: In this folder are 8 custom event commands usable in SRPG Studio. Each prompt the player to select from a list of either items, skills, units, classes or states. The resulting selection is stored as an ID variable that can be used for other event commands.

Q: What's the practical use? Could you give me an example?
A: Let's say you wanted an NPC villager on the map whom - when talked to - would offer the player a choice between one of his inventory items. With the "Unit Item Selector" event command, you can have a menu pop up that shows every item in the villager's inventory, and let the player choose which item they want. Then you could use the "Increase Item" event to give that item to the player using whatever ID variable the Unit Item Selector command modified.

Let's say you wanted a unit with the ability to copy the skills of enemies. You could create a Unit Event Command called "Mimic", select a target using "Extract Map Pos", select which skill to copy from the enemy using "Unit Skill Selector", then add the skill to the Mimic user using "Increase Skill" and the ID variable provided by "Unit Skill Selector"

Let's say you wanted to make a staff that can inflict one of two status effects. You would make the staff a switch item, have an auto event check for the switch, select the enemy target using "Extract Map Pos", select what state to inflict on them using "State List Selector", then use the ID variable and "Inflict State" to inflict the chosen status.

Screw it, let's throw the kitchen sink at them! Let's say you wanted to make a tower defense map where each turn, you spawn a unit whose location, class, inventory, and skills are all selected by you.

That is now possible with the help of these event commands.

Q: Holy crap, that sounds amazing! How do I use them!?
A: Refer to $commandreference.html for instructions on using the event commands

Q: Who can I thank for this wonderous technology?
A: Aside from me, you can thank Goinza since I looked at his Combat Arts plugin a lot to figure out how to make the window appear and have you select something.

Q: How do I contact you?
A: Preferably by my e-mail at markyjoe1990@gmail.com
3 条留言
markyjoe1990  [作者] 2020 年 5 月 9 日 下午 7:56 
No problem, @Phoenix Jam!
Phoenix Jam 2020 年 5 月 8 日 上午 10:53 
Heyyy, it's Markyjoe, thanks for the plugin
markyjoe1990  [作者] 2020 年 3 月 3 日 下午 1:37 
Please report any issues here so I can see and fix them.