- Joined
- Mar 27, 2014
- Messages
- 7
- Reaction score
- 1
- First Language
- Spanish
- Primarily Uses
Hello!!!! how are you!!!, a need some help
I need to know if there is a way to call a skill via script.
I know how to call a common event - $game_temp.reserve_common_event(9)
but I want to know if there is a Script Call that allow me to call a specific skill in the same way, that when is call is used automatically. $game_temp.skill(23) jajajajj
I know this doesn't work
, but is a example of what I'm looking for...
I try this using a coomon event but, the common event don`t use the skill automatically only allow me to learn the skill or equip it.
I'm trying to create a skill that when is use cause fire damage, and then it call a secondary skill that cause ice damage.
I'm using X A S - Xiderwong Action System (For Advanced Users)
Thanks and good day.
I need to know if there is a way to call a skill via script.
I know how to call a common event - $game_temp.reserve_common_event(9)
but I want to know if there is a Script Call that allow me to call a specific skill in the same way, that when is call is used automatically. $game_temp.skill(23) jajajajj
I try this using a coomon event but, the common event don`t use the skill automatically only allow me to learn the skill or equip it.
I'm trying to create a skill that when is use cause fire damage, and then it call a secondary skill that cause ice damage.
I'm using X A S - Xiderwong Action System (For Advanced Users)
Thanks and good day.

