- Joined
- Jun 5, 2014
- Messages
- 3
- Reaction score
- 0
- First Language
- English
- Primarily Uses
Hi there,
I trying to make a crafting system in my game where a variable stores the number of a skill, and then an item teaches the corresponding skill. I have the system to set the variable correctly. Then I wrote this quick script in ruby to teach the skill
$game_party.members[1].learn_skill($game_variables[0006])
But when I look at the party member, the skill doesn't show up.
Thanks in advance.
I trying to make a crafting system in my game where a variable stores the number of a skill, and then an item teaches the corresponding skill. I have the system to set the variable correctly. Then I wrote this quick script in ruby to teach the skill
$game_party.members[1].learn_skill($game_variables[0006])
But when I look at the party member, the skill doesn't show up.
Thanks in advance.

