- Joined
- May 11, 2016
- Messages
- 67
- Reaction score
- 24
- First Language
- English
- Primarily Uses
So, I'm definitely having some trouble figuring out exactly what I need to do. I know Javascript but I can't seem to follow the flow of these Javascript functions within the core scripts. I have created a new scene based off of scene_menubase(which scene would you recommend inheriting from?). I wanted to add custom actions to the window and use images to select them too. When I get to this point, I'm not really sure what to do. I've been looking at Window_Command and inheriting from it to utilize the addCommand function; however, I don't quite understand its usage. I tried reading through some custom scripts that modify the game's normal menu but it seems like they just modify the existing menu and bind commands to the pictures. I feel like I should understand this better since I already know Javascript but it feels so cryptic whenever I dive in.
If anyone could point me in the right direction or give me a basic rundown, then I'd be really appreciative!
If anyone could point me in the right direction or give me a basic rundown, then I'd be really appreciative!
