- Joined
- Sep 11, 2021
- Messages
- 3
- Reaction score
- 2
- First Language
- English
- Primarily Uses
- RMVXA
I don't really have any knowledge with JS but I'm tryna make an actor who uses this skill get a weapon,
this is the script call I used in a common event but its not working.
$gameActors.actor($gameVariables.value(1)).forceChangeEquip(0, $dataWeapons[10]);
this is the script call I used in a common event but its not working.
$gameActors.actor($gameVariables.value(1)).forceChangeEquip(0, $dataWeapons[10]);