- Joined
- Jun 18, 2013
- Messages
- 129
- Reaction score
- 14
- First Language
- English
- Primarily Uses
- RMMV
I know this is not the usual way to equip a weapon, the reason I am using this method is down to the user being able to select a Class for the character before the game begins. The weapon to be equipped cannot be used by each class.
This is the script which according to the MV Script call list should work. The weapon is just removed entirely however, I also cannot find it in the inventory or item book, despite this coming after
The spear is weapon 22 in the database, equip 1 is for weapons.
Code:
◆Script:$gameActors.actor(1).changeEquip(1, $dataWeapons[22]);
Code:
◆Change Weapons:Spear + 1
