- Joined
- Mar 10, 2022
- Messages
- 20
- Reaction score
- 9
- First Language
- English
- Primarily Uses
- RMMZ
Hi guys, I want to change the element of the Current Actor Dynamically via Plugins (Javascript)
I change the Class via
$gameActors.actor(1).changeClass(X);
but how can I change the element trait of the said actor?
I change the Class via
$gameActors.actor(1).changeClass(X);
but how can I change the element trait of the said actor?