Hi

How can i Toggle dynamicCombat in Turn based Battle mode by script

and can i make player to auto use his magic strike randomaly ?

i try using this :

ORKFramework.TurnBasedBattle.dynamicCombat=true;

but give me error :
An object reference is required to access non-static member `ORKFramework.TurnBasedBattle.dynamicCombat'

  • ORK.BattleSystem.turnBased.dynamicCombat = true;

    Changing that while in battle might lead to unexpected results.
    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!
  • its work

    Thanks GIL

    can i set auto attack in battle menu to toggle dynamic attack ?

  • No, that's currently not possible.
    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.