Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: wheretheidivides on December 08, 2014, 12:28:17 AM

Title: [SOLVED] compare int
Post by: wheretheidivides on December 08, 2014, 12:28:17 AM
I was wondering if the 'int switch' supports this.

I have 3 states: 1, 2 and 3.  using int switch I can compare the 3 as intergers.  Will the int switch do '<1' and '>3'????  Or a 'else' statement as in 'if its not 1, 2 or 3, then do this?????

Title: Re: compare int
Post by: rik on December 08, 2014, 02:59:02 AM
use conditional expression for this
Title: Re: compare int
Post by: Merto on December 08, 2014, 11:49:33 AM
How can I do a conditional expression?
Title: Re: compare int
Post by: Lane on December 08, 2014, 11:52:43 AM
http://hutonggames.com/playmakerforum/index.php?topic=7337.0
Title: Re: compare int
Post by: Merto on December 08, 2014, 12:07:14 PM
Thank you!