Also what's your favorite sandwich? Mine's the reuben.
Announcement
Collapse
No announcement yet.
Is it possible to interrupt a script with a button input?
Collapse
X
-
Re: Is it possible to interrupt a script with a button input?
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?Originally posted by Drew View PostYes its possible, that question is very weird and almost confusing. What have you tried? To make it interrupt.
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
-
Re: Is it possible to interrupt a script with a button input?
So I'm assuming quicktime event?Originally posted by ProfessorDoooom View PostSorry, 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.
If so you'll just need looping button check. If Button=[ ] then break free, if it doesn't = [ ] do your conditions for failing.
Comment
-
Re: Is it possible to interrupt a script with a button input?
i think i know where to look. just filing this away for later.Originally posted by Drew View PostSo 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.
ultimately, i was thinking that i would experiment with jumping controls, and i could use this idea to make a double jump.
Comment

Comment