- Joined
- May 23, 2022
- Messages
- 5
- Reaction score
- 4
- First Language
- English
- Primarily Uses
- RMMZ
Hi, I am new to RPG Maker but have coding experience.
I am trying to add a new weapon to my existing character, but I am not having much success.
Basically something like this, but I am missing something?
Any help would be most appreciated.
Thanks
I am trying to add a new weapon to my existing character, but I am not having much success.
JavaScript:
$gameParty.members()[0].equips.push(6);
Basically something like this, but I am missing something?
Any help would be most appreciated.
Thanks