playMaker

Author Topic: [Solved]Wait action only works once in a loop  (Read 3230 times)

will_brett

  • Junior Playmaker
  • **
  • Posts: 72
[Solved]Wait action only works once in a loop
« on: February 15, 2013, 07:01:03 PM »
Hey everyone.

I have built an FSM that has a wait action in one state that feeds into another state that subtracts by the number 10 from a health bar. This then loops back into the wait state. Problem is that the wait action does not work after the first time.

I thought this was obvious but im clearly missing something... :/

Thanks

W
« Last Edit: February 16, 2013, 08:22:26 AM by will_brett »

Hushonik

  • Playmaker Newbie
  • *
  • Posts: 32
Re: Wait action only works once in a loop
« Reply #1 on: February 15, 2013, 11:12:34 PM »
Hi,

I have similar issue when trying video tutorial from Chris. I posted issue on forum but I was not sure if it was wait causing the issue.
Hope to have it solved in new version.1.5.

Hush

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Wait action only works once in a loop
« Reply #2 on: February 16, 2013, 02:49:34 AM »
Hi,

 use a delayed event instead. Have you tried?

bye,

 Jean

Hushonik

  • Playmaker Newbie
  • *
  • Posts: 32
Re: Wait action only works once in a loop
« Reply #3 on: February 16, 2013, 07:57:56 AM »
Hi Jean,

Updating to version 1.5 solved it for me without changing anything.

Hush

will_brett

  • Junior Playmaker
  • **
  • Posts: 72
Re: Wait action only works once in a loop
« Reply #4 on: February 16, 2013, 08:12:57 AM »
I dont have a delayed event in my action browser. :S also i tried updating to latest playmaker and now some of my FSM's just dont work :(

I will keep fiddling with it and try and find a solution

will_brett

  • Junior Playmaker
  • **
  • Posts: 72
Re: [Solved]Wait action only works once in a loop
« Reply #5 on: February 16, 2013, 08:23:27 AM »
Updating did fix the issue.

the reason the update didn't work before was because Photon server needed to be set up again. Everything is working smoothly now. Thank you all for your help