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. N

    Very strange error message on Mac ("EROFS: read-only file system, mkdir")

    I'm sure you've already solved this issue, but for anyone else that has this problem: it is caused by MacOS flagging downloaded applications for sandboxing. Moving the application to a different folder will clear the flag and allow it to be run normally. If you can't open it at all (because...
  2. N

    Damage Formulas 101 (MV Edition)

    Yeah, sorry. I forgot the parentheses. if (b.isStateAffected(65)) { b.addState(32) } else { b.addState(65) }; 0
  3. N

    Damage Formulas 101 (MV Edition)

    You're getting a 0 out of that formula because of a syntax error. You can't call those functions like that because the things in between the ? and the : are supposed to be expressions. Also, I don't believe that the gainX methods return a value, so if you could call those methods like that you...
Top