playMaker

Author Topic: Value Between sets of an event[SOLVED]  (Read 2862 times)

gamedivision

  • Full Member
  • ***
  • Posts: 227
Value Between sets of an event[SOLVED]
« on: June 22, 2016, 09:26:00 AM »
at the moment i have a string compare or int compare that fires of an event when that equal event is met, it probably exists but i cant find it i need an int or float compare between a set of min and max numbers like if a number pops up between 1 & 10 then fire the event or if the number between 10000 & 10020 then fire the event

thanks
« Last Edit: June 27, 2016, 04:02:27 AM by jeanfabre »

600

  • Beta Group
  • Hero Member
  • *
  • Posts: 713
    • Flashing Lights
Re: Value Between sets of an event
« Reply #1 on: June 22, 2016, 09:36:58 AM »
You can do it with «Float Equals» action, get it from the Ecosystem.

gamedivision

  • Full Member
  • ***
  • Posts: 227
Re: Value Between sets of an event
« Reply #2 on: June 22, 2016, 03:15:15 PM »
thanks for the reply ive looked on the eco system doesn't find float equals

You can do it with «Float Equals» action, get it from the Ecosystem.

gamedivision

  • Full Member
  • ***
  • Posts: 227
Re: Value Between sets of an event
« Reply #3 on: June 22, 2016, 03:45:30 PM »
found it i just kept hitting search then it worked

gamedivision

  • Full Member
  • ***
  • Posts: 227
Re: Value Between sets of an event
« Reply #4 on: June 22, 2016, 05:05:48 PM »
for some strange reason that float equal doesn't work when i add more than one float to compare with it doesn't recognise and fails

gamedivision

  • Full Member
  • ***
  • Posts: 227
Re: Value Between sets of an event
« Reply #5 on: June 22, 2016, 05:23:26 PM »
I've managed to achieve what i needed using string switch