- Joined
- Jul 27, 2015
- Messages
- 1
- Reaction score
- 0
- First Language
- hebrew
- Primarily Uses
Hello friends,
I'm new to this forum and to RPG maker in general, but I'm learning fast. I'm looking for a way to access skills from ingame - to be more specific:
what I am currently trying to do is make a skill that pops up a menu of the actors skills, allows him to choose a skill and than make an item that will function as
that skill.
In order to do that i need
1) to understand how to get a selection from the menu (i use the SceneManager.call(Scene_Skill) command but i have no idea how to get the skill id without activating the skill [or with for that matter]
2) to understand how the skill is built (codewise) and than get it's parameters (probably the hardest part)
3) to understand how to create an item from ingame and insert all the parameters of the skill into that item..
Any kind of help will be greatly appriciated
I'm new to this forum and to RPG maker in general, but I'm learning fast. I'm looking for a way to access skills from ingame - to be more specific:
what I am currently trying to do is make a skill that pops up a menu of the actors skills, allows him to choose a skill and than make an item that will function as
that skill.
In order to do that i need
1) to understand how to get a selection from the menu (i use the SceneManager.call(Scene_Skill) command but i have no idea how to get the skill id without activating the skill [or with for that matter]
2) to understand how the skill is built (codewise) and than get it's parameters (probably the hardest part)
3) to understand how to create an item from ingame and insert all the parameters of the skill into that item..
Any kind of help will be greatly appriciated

