edited June 2022 in ORK Support
(ORK ver 2.30)
Hi, I am currently doing a tutorial scene that guides the player to follow alone the actions. The battle system is a turn-based RPG.
1: Is there a way I can know if the choice within the battle menu is clicked.
2: How can I temporarily disable the choice (so the player wouldn't be able to click the other options).
3: The battle structure is like this: choose the option -> to choose the combatant. Only the combatant selection part has the "back" button, how do I add a "back" button to the ability selection part.

Thanks,
Post edited by Neil on
  • 1) You mean via scripting? I don't think so, not without adding something in the source code.

    2) You can't really ... you can control if certain actions can be used via their use conditions, though.
    Alternatively, you could add a status effect to the combatant that blocks certain actions.

    3) Adding a back button here is handled by the battle menu's settings.
    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!
Sign In or Register to comment.