playMaker

Author Topic: Int Operator? [solved]  (Read 2795 times)

markinjapan

  • Full Member
  • ***
  • Posts: 103
Int Operator? [solved]
« 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
« Last Edit: October 05, 2011, 01:56:13 PM by alexchouls »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4000
  • Official Playmaker Support
    • LinkedIn
Re: Int Operator?
« Reply #1 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...

markinjapan

  • Full Member
  • ***
  • Posts: 103
Re: Int Operator?
« Reply #2 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 :)