- Joined
- Sep 20, 2015
- Messages
- 6
- Reaction score
- 0
- First Language
- Italian
- Primarily Uses
- N/A
I've started to use some of the Yanfly's Script like Buff State & Core, Damage core, ecc ecc... Those script are really usefull to create skills and states with unique kind of effects. I've also watched his tips & Tricks videos to learn how to create particular effects, in these codes he uses some functions or Prototypes (i don't know very well JS) like:
this.isAttack() that returns if the current action is an attack or
this.isPhysical(), this.isMagical()..
or even this. user.setStateCounter(Arguments arguments ..) that creates a counter on the state's icon.
I've learned those by reading yanfly's codes, but i was wondering if there was any documentation or list of these functions that could help me, because there are a lot of things but right now i'm stuck with this problem. Every time i wanna create some kinda of state or skill i need to search for a similar effect in those Tips & Tricks video and try to learn how something. It's quite a lot frustrating and time wasting. Thanks for reading this far! I'll wait for your answer!
PS: Also sorry for my bad english
this.isAttack() that returns if the current action is an attack or
this.isPhysical(), this.isMagical()..
or even this. user.setStateCounter(Arguments arguments ..) that creates a counter on the state's icon.
I've learned those by reading yanfly's codes, but i was wondering if there was any documentation or list of these functions that could help me, because there are a lot of things but right now i'm stuck with this problem. Every time i wanna create some kinda of state or skill i need to search for a similar effect in those Tips & Tricks video and try to learn how something. It's quite a lot frustrating and time wasting. Thanks for reading this far! I'll wait for your answer!
PS: Also sorry for my bad english

