Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: EpicChowder 619 on February 12, 2015, 09:02:27 AM
-
This might require a simple answer but I cant figure it out. I've created a trigger above a platform and what I want is for the FPC to speed up while on it, similar to boost pads from Mario Kart for example. I'm unsure what action I should use for the FSM.
Any help?
-
What are you using for your First Person Controller?
-
What are you using for your First Person Controller?
Standard FPC
-
The speed is probably in the Character Motor script, you could use Set Property to change it to a higher value.
-
The speed is probably in the Character Motor script, you could use Set Property to change it to a higher value.
I cant find the Character Motor script in the Set Property action. I wouldn't even know what it would be called. Any idea what and where it could be?
-
You have a Character Motor script on your Character. That is probably where the speed is controlled. You can modify that value with Set Property.
Here is how Set Property is supposed to be used:
-
You have a Character Motor script on your Character. That is probably where the speed is controlled. You can modify that value with Set Property.
Here is how Set Property is supposed to be used:
OK I got it now, I used the entire FPC instead of the Character Motor Script and I didn't know about locking the FSM either.
Thanks for the help.