playMaker

Author Topic: Restart Sequence Events  (Read 2506 times)

sebaslive

  • Hero Member
  • *****
  • Posts: 572
    • Frame Tale Studios
Restart Sequence Events
« on: October 12, 2017, 08:38:18 PM »
Pretty simple script, if you want to reset the sequence event, you set the bool to true. I am not sure if something like this exists but I needed to restart a sequence if a condition happened.

Has the option to restart a sequence.
All my VR games use Steam VR Playmaker Toolkit: http://u3d.as/u20
And Oculus Touch Playmaker Toolkit: http://u3d.as/QT5


Follow me @sebasRez

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Restart Sequence Events
« Reply #1 on: October 26, 2017, 02:32:58 AM »
Hi,

uhm interesting! what's the use case?

you can also have the events in an array and use SendEventByName.

Bye,

 Jean