Original Source
- Original title: Event not working right
- Original author: Rpg Guy
- Original date: April 14, 2016
- Source thread: https://forums.rpgmakerweb.com/threads/event-not-working-right.60473/
- Source forum path: Game Development Engines > Legacy Engine Support > RPG Maker MV Support
Summary
I just had another issue with this event solved in another topic but this question seems unrelated enough that I thought it'd be best to start a new topic to ask it. I have a custom level up event set up for all my actors and in that event they should learn skills based on their stats. That works fine, I can get each actor to level up and the first skill you learn will not be learned again when you level up after you learn it the first time;...
Archived First Post
I have a custom level up event set up for all my actors and in that event they should learn skills based on their stats. That works fine, I can get each actor to level up and the first skill you learn will not be learned again when you level up after you learn it the first time; that is exactly what I want to happen. My problem is with skills 2 and above. Even after learning them; and yes I checked the actor does learn the skills, they tell you every time you level up that you learned those skills again. Every skill is set up the same so I don't know where my problem is. Here is a screen shot to show you the event.
Variable 490 is the partymember number, and variable 486 is the skill id number.
This is the branch scriptI didn't use the forum code option because for some reason it leaves out the zeros)
$gameParty.members()[$gameVariables._data[490]].skills().indexOf($dataSkills[$gameVariables._data[486]]) != 0;
Protected download
The first one you see in this event works perfectly, it's only learned once. All of the others are learned every time you have their required stat points and I don't know why?
Thank you for any help.
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadReferenced Images / Attachments
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...
