edited July 2014 in ORK Support
I was wondering if there is a way to change the player's name? Possibly with a value input dialogue so the user can type their own name in for the player's name?
  • I believe you can technically do that with Value Input, yes. You'd store it as a string variable Then you would just reference that variable for any dialogues.

    However, it wouldn't change the Combatant's actual name; which proves additional problems in that you can't easily use that Variable as a Name for a speaker in dialogues/battles and things like that.

    To make this more viable, it might be cool for ORK to have a second variable-based 'alternate' name for Combatants, that, when activated, can be used in instances like HUDs, Battles and Dialogues instead of their true name.
    Tactics RPG Grid Battle System for ORK
    ---------------------------------------
    Personal Twitter: https://twitter.com/AMO_Crate
    I make RFI! https://twitter.com/NootboxGames
  • Yeah, that's kinda what I was thinking too, didn't know if there might be an integrated method. Thanks, Kirb!
  • You can change the name of a combatant using the Set Combatant Name step. So, first use the Value Input Dialogue to let the player type in the name and use the variable to set the player's name :)
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • edited July 2014
    Wait, there IS a Set Combatant Name node!? Well then. :D
    Post edited by Kirb on
    Tactics RPG Grid Battle System for ORK
    ---------------------------------------
    Personal Twitter: https://twitter.com/AMO_Crate
    I make RFI! https://twitter.com/NootboxGames
  • Awesome! Never noticed that step!
  • Very useful. Thanks!
Sign In or Register to comment.