ItemCallScript 2018/09/20
Creator name: Triacontane
Introduction
Create an item or skill that will run any script when used.
When used on the menu screen, can be done without returning to the map screen. (without the use of common event)
Note: Knowledge of RGSS is required for use.
VX Ace Script Call Collection from RMN- https://forums.rpgmakerweb.com/index.php?threads/item-script-call.114399/#post-1010194
Instructions-
Specify the following in the item or skill note box:
<=(Script you want to run)=>
Example(If used, value [100] will be set to variable [1])
Code: - <=$game_variables[1] = 100=>
复制代码
If the effect range is set for all allies and all enemies, the script will be executed for all targets.
The following variables and functions can be used in the script.
user : Item user
target : Item target
How to Use
Paste this script above Main.
Script
Credit and Thanks: Triacontane
Terms of Use- Free for commercial and non-commercial use.
License- MIT License: http://opensource.org/licenses/mit-license.php
本贴来自国际rpgmaker官方论坛作者:ovate处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址: https://forums.rpgmakerweb.com/threads/item-script-call.114399/ |