Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: markinjapan on September 20, 2011, 02:40:42 PM

Title: Int Operator? [solved]
Post by: markinjapan on September 20, 2011, 02:40:42 PM
I seem to be missing this action.

Did something go wrong during install?

Or am I missing something?

Thanks
Title: Re: Int Operator?
Post by: Alex Chouls on September 20, 2011, 03:07:20 PM
Interesting - not sure how this went unnoticed for so long!

Open Playmaker/Actions/IntOperator.cs and make the class public:

public class IntOperator : FsmStateAction

It should then show up in the Action Browser.

Good catch! I'll include this fix in the next update...
Title: Re: Int Operator?
Post by: markinjapan on September 20, 2011, 05:17:46 PM
Lovely thanks.

I guess people where getting around it by converting to float and then back again :)