Announcement

Collapse
No announcement yet.

Is it possible to interrupt a script with a button input?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Is it possible to interrupt a script with a button input?

    Also what's your favorite sandwich? Mine's the reuben.

    #2
    Re: Is it possible to interrupt a script with a button input?

    Originally posted by ProfessorDoooom View Post
    Also what's your favorite sandwich? Mine's the reuben.
    Yes its possible, that question is very weird and almost confusing. What have you tried? To make it interrupt.

    Comment


      #3
      Re: Is it possible to interrupt a script with a button input?

      Originally posted by Drew View Post
      Yes its possible, that question is very weird and almost confusing. What have you tried? To make it interrupt.
      Sorry, it was late and i was tired. I mean, if i have a cinematic event running, could i interrupt it with pressing the [] button?

      For instance: King Badguy has the hero trapped and is trying to extract information from you. He has you restrained, and damages you until you press [] to stop the script; otherwise it will go until you die. Any ideas?

      I havent tried anything because honestly, i dont even know where to begin.

      And you never answered the sandwich question.

      Comment


        #4
        Re: Is it possible to interrupt a script with a button input?

        Originally posted by ProfessorDoooom View Post
        Sorry, it was late and i was tired. I mean, if i have a cinematic event running, could i interrupt it with pressing the [] button?

        For instance: King Badguy has the hero trapped and is trying to extract information from you. He has you restrained, and damages you until you press [] to stop the script; otherwise it will go until you die. Any ideas?

        I havent tried anything because honestly, i dont even know where to begin.

        And you never answered the sandwich question.
        So I'm assuming quicktime event?

        If so you'll just need looping button check. If Button=[ ] then break free, if it doesn't = [ ] do your conditions for failing.

        Comment


          #5
          Re: Is it possible to interrupt a script with a button input?

          Originally posted by Drew View Post
          So I'm assuming quicktime event?

          If so you'll just need looping button check. If Button=[ ] then break free, if it doesn't = [ ] do your conditions for failing.
          i think i know where to look. just filing this away for later.

          ultimately, i was thinking that i would experiment with jumping controls, and i could use this idea to make a double jump.

          Comment

          Working...
          X