Playmaker Forum

PlayMaker News => General Discussion => Topic started by: gamedivision on June 22, 2016, 09:26:00 AM

Title: Value Between sets of an event[SOLVED]
Post by: gamedivision 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
Title: Re: Value Between sets of an event
Post by: 600 on June 22, 2016, 09:36:58 AM
You can do it with «Float Equals» action, get it from the Ecosystem.
Title: Re: Value Between sets of an event
Post by: gamedivision 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.
Title: Re: Value Between sets of an event
Post by: gamedivision on June 22, 2016, 03:45:30 PM
found it i just kept hitting search then it worked
Title: Re: Value Between sets of an event
Post by: gamedivision 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
Title: Re: Value Between sets of an event
Post by: gamedivision on June 22, 2016, 05:23:26 PM
I've managed to achieve what i needed using string switch