- Joined
- Feb 26, 2015
- Messages
- 324
- Reaction score
- 53
- First Language
- French
- Primarily Uses
- RMMV
Hello! I'd like some help please c:
I'm trying to create an Equip Skill that's exclusive to a class, For that, I need to call a common event that opens Scene_Equip to the corresponding actor and let that actor equip new armor
The big problem with this is that you can simply switch to another actor in equip menu and essentially equip different pieces for everyone, which isn't what I'm aiming for
I can currently switch actors by pressing Q/W or PageUp/PageDown and I'm looking to lock that function using an in-game switch
Maybe by putting a switch into rmmz_scene.js, but I'm not a good programmer and I have no idea what to write where.
I hope I made sense and if possible I'd like help over this c:
I can clarify stuff if needed of course.
I'm trying to create an Equip Skill that's exclusive to a class, For that, I need to call a common event that opens Scene_Equip to the corresponding actor and let that actor equip new armor
The big problem with this is that you can simply switch to another actor in equip menu and essentially equip different pieces for everyone, which isn't what I'm aiming for
I can currently switch actors by pressing Q/W or PageUp/PageDown and I'm looking to lock that function using an in-game switch
Maybe by putting a switch into rmmz_scene.js, but I'm not a good programmer and I have no idea what to write where.
I hope I made sense and if possible I'd like help over this c:
I can clarify stuff if needed of course.