SP and Ex-Parameters viewable in-game?

● ARCHIVED · READ-ONLY
Started by d3rian 3 posts View original ↗
  1. Is there any way to make it so you can view what parameters an actor has in-game?

    Like, when you go to "Status" for a character, I want the player to be able to see what special traits that character has, instead of it being hidden values.

    Is there a way to do this?

    Also, I'd like for there to be a way to view the "accuracy" of a regular attack. For the game I'm making, I have the base accuracy for a regular attack set at 60%, with some weapons modifying this, and individual actors HIT ex-parameter also affecting this. I want players to be able to see how accurate their base attack is.

    I hope this hasn't been asked before, I searched through previous posts and the tutorials with no luck.

    EDIT: I put this in script support because I figured it'd need a script, because I didn't see an option to do it normally.
  2. yes, you need a script.


    However, there are already several advanced status screen scripts available, please check the master script list if one of them is what you want (the master script list is pinned in the script forums, or you could follow the link in my signature - that tutorial also links to the MSL)
  3. Thanks!