Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Search results

  1. Roger14

    How to get state name from enemy?

    Hey there, first post here. I'm using Yanfly's Skill Core, here is my code: <Before Eval> if (target.isEnemy()) { var text = target.name() + '\n'; text += '\\px[100]\\c[4]ATK:\\c[0] ' + target.atk; text += '\\px[300]\\c[4]MAT:\\c[0] ' + target.mat; text += '\n'; text +=...
Top