playMaker

Author Topic: Reset Fsm Variables  (Read 4125 times)

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Reset Fsm Variables
« on: July 05, 2013, 03:28:17 AM »
Hi,

 I needed to reset several variables, and while Breno did a very cool action a while ago, I felt the need to update it using the latest playmaker update and goodies! meaning now you can reset ANY number of variables, and of any types in one go!

This action requires ArrayMaker:

https://hutonggames.fogbugz.com/default.asp?W715

bye,

 Jean
« Last Edit: November 19, 2013, 01:09:53 AM by jeanfabre »

Saputo

  • Full Member
  • ***
  • Posts: 107
Re: Reset Fsm Variables
« Reply #1 on: November 18, 2013, 07:35:59 PM »
Assets/PlayMaker/Actions/ResetFsmVariables.cs(22,33): error CS0103: The name `PlayMakerUtils' does not exist in the current context


thats what I get when i add it to the playmaker

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Reset Fsm Variables
« Reply #2 on: November 19, 2013, 01:09:27 AM »
Hi,

 D'oh, forgot to mention you need ArrayMaker, you will get the missing utils.

Sorry about that,

bye,

 Jean

Saputo

  • Full Member
  • ***
  • Posts: 107
Re: Reset Fsm Variables
« Reply #3 on: November 19, 2013, 12:58:03 PM »
K Thank you.