Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started 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
-
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...
-
Lovely thanks.
I guess people where getting around it by converting to float and then back again :)