playMaker

Author Topic: Help, Cant set Stored Value on Fsm Float :( [SOLVED]  (Read 2150 times)

edorkable

  • Playmaker Newbie
  • *
  • Posts: 5
Help, Cant set Stored Value on Fsm Float :( [SOLVED]
« on: June 22, 2016, 10:08:51 PM »
Hi i am following a tutorial on youtube, and i do every step exactly the same yet for some reason i just cannot get this step complete. 

When i press the red variable name it says none.  But i already have a health variable attatched to player.  So it should show health but i cant seem to make it appear so i could sullect it and finish the fsm :(
« Last Edit: June 23, 2016, 12:50:37 AM by Alex Chouls »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4191
  • Official Playmaker Support
    • LinkedIn
Re: Help, Cant set Stored Value on Fsm Float :(
« Reply #1 on: June 22, 2016, 10:15:11 PM »
Double check that the health variable is a float variable.
Also the health variable needs to be in the GameManager:FSM.

edorkable

  • Playmaker Newbie
  • *
  • Posts: 5
Re: Help, Cant set Stored Value on Fsm Float :(
« Reply #2 on: June 22, 2016, 10:21:24 PM »
Double check that the health variable is a float variable.
Also the health variable needs to be in the GameManager:FSM.

Omg thank you so much <3

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4191
  • Official Playmaker Support
    • LinkedIn
Re: Help, Cant set Stored Value on Fsm Float :(
« Reply #3 on: June 23, 2016, 12:50:07 AM »
No problem :)

Also it looks like you're using an older version of Playmaker.
If you update to the latest version you will have a New Variable option in the menu.
This will make a new variable of the correct type without leaving the State Inspector.

edorkable

  • Playmaker Newbie
  • *
  • Posts: 5
Re: Help, Cant set Stored Value on Fsm Float :(
« Reply #4 on: June 23, 2016, 12:04:39 PM »
No problem :)

Also it looks like you're using an older version of Playmaker.
If you update to the latest version you will have a New Variable option in the menu.
This will make a new variable of the correct type without leaving the State Inspector.


okay so thats why I dont have that option!  Okay thank you :) the entire time ive been sitting here trying to figure out why i am having this huge huge issue and its just because im using an outdated version