- Joined
- Feb 26, 2015
- Messages
- 307
- Reaction score
- 48
- First Language
- French
- Primarily Uses
- RMMV
I've been toying with the RPG Maker MV Library for a bit and have been trying to get the damage type of a certain skill int he form of javascript.
I've been using "this.item()" since it's compatible with the current code I'm writting.
In the library referenced by this website: https://kinoar.github.io/rmmv-doc-web/index.html
I couldn't know how I should write it still.
I'm trying out
this.item().damage.type()
I have no idea how I can tell if it's the right thing. Help?
I've been using "this.item()" since it's compatible with the current code I'm writting.
In the library referenced by this website: https://kinoar.github.io/rmmv-doc-web/index.html
I couldn't know how I should write it still.
I'm trying out
this.item().damage.type()
I have no idea how I can tell if it's the right thing. Help?
