From: http://www.k3.dion.ne.jp/~claimh/rgss/index.html
By: Claimh
I didn't plan on working on anything else tonight, but this was so short I decided to just get it out of the way.
What Does It Do?
- Gives the person using a skill a state. (Example: Basil uses Fire on an enemy and gains the effect of Knockout, killing himself)
- Allows for you to take a state away from the user (Example: Gloria uses Heal on Basil and cures herself of Vemon)
Script
Code:
#==============================================================================
# User State Grant Skill Ver. 1.0.1 by Claimh
#------------------------------------------------------------------------------
# The state is granted to the person who uses skill
#==============================================================================
module User_SetState
SET_STATE = []
#==============================================================================
# ÂÂÂ