Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: byelove on January 03, 2017, 01:47:05 AM

Title: Hello How to make conditional statement by using PlayMaker
Post by: byelove on January 03, 2017, 01:47:05 AM
Hello.

I wonder how to make  conditional statement by using PlayMaker.

ex.

bool isJump;
float velocity;

If(isJump)
{
    velocity = 10.0f;
}
else
{
    velocity = 0.0f;
}

Thank you for reading. And Happy new year.
Title: Re: Hello How to make conditional statement by using PlayMaker
Post by: Fat Pug Studio on January 03, 2017, 03:46:44 AM
You have an action named CONDITIONAL EXPRESSION.