public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

Event not working right

BMM Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

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 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; 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 to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

Referenced Images / Attachments

Event Set Up.png
Event Set Up.png
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.

#039#rpg-maker-archive#mv-support

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar