Original Source
- Original title: Pokemon Evolving Problem
- Original author: ado4
- Original date: November 19, 2016
- Source thread: https://forums.rpgmakerweb.com/threads/pokemon-evolving-problem.71213/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > Javascript/Plugin Support
Summary
Hello, i'm having a bit of trouble with trying to implement a pokemon like evolve system. My idea is to use Yanfly's AutoPassiveStates and create a state that connects to a common event that changes the actor image and stats when he gets that passive state. But here lies my problem. I'm trying to give the actor the state only when he reaches a certain level so i have in the notetag of the state this: if ($gameActors.actor(1).level
Archived First Post
My idea is to use Yanfly's AutoPassiveStates and create a state that connects to a common event that changes the actor image and stats when he gets that passive state.
But here lies my problem. I'm trying to give the actor the state only when he reaches a certain level so i have in the notetag of the state this:
<Custom Passive Condition>
if ($gameActors.actor(1).level <= 16) {
condition = true;
} else {
condition = false;
}
But i dont seam to make it to work :/
Probably its wrong and if someone could help me figure this out it would be awsome.
http://yanfly.moe/2015/10/17/yep-13-auto-passive-states/
Protected download
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...
