주 콘텐츠로 건너뛰기

검색

Need help on a jrpg battle system

  • Supposer

    Have you got a way of tracking how many points they have? You could wire that into a calculator to see if it's < the target number, then put that through a NOT gate, so you get (current points) not < (required points).

    Then use that in your logic to allow the special to activate. Maybe you'll need an AND gate; something like (R1 pressed) AND (current points not < required points) -> go the thing.

  • SanFoxerken

    Thanks, ill try that

  • SanFoxerken

    It works! Thanks for the help

  • Supposer

    Awesome! ?

댓글을 남기려면 로그인하세요.