- Joined
- Aug 22, 2013
- Messages
- 29
- Reaction score
- 62
- First Language
- German
- Primarily Uses
Szyu's Item Usage Redirection
Introduction
Redirects an items usage effect, when certain conditions are met.
Get it at Pastebin
How to Use
<usage_redirection> and </usage_redirection> mark the condition area in an Item's notes
In this block, you can add redirection with
id - conditionExample:
<usage_redirection>20 - class_id == 2</usage_redirection>In this example, the used item's effect is redirected to item[20], if the
target's class_id is 2
Possible conditions could be everything, that could be done with script call
or from Game_Battler as class (for example id for actor's id, or $game_variables[x])
Credits
Credits to Szyu if you plan to use this script.
Terms of Use
You are free to use this script for commercial and non-commercial projects. However I'd like you to inform me of the projects you are planning to use it in, so I can keep track of where my scripts are used.
Last edited by a moderator: