1
Playmaker Help / Re: Ragdolls and pausing with TimeScale
« on: April 10, 2018, 08:44:56 PM »
Okay thanks.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Hi.
I have added a "Reset" bool where you can place a variable and you can set that bool to true on a different state.
Then when TriggerEventOncePerObject is called again it will check if that bool is true and reset the list + set it back to false.
Can you try if it works as you want?
Hi,
Do you have a 'playmaker animator' in the root of your project or do you have a animator folder inside the palymaker\Actions folder?
I would still suggest to update playmaker as there are many changes and features added since your version.
but copy(Backup) your project and try it out on the copy.
Also read carefully when installing, you might need to remove some folders when installing (likely the 'playmaker animator' folder) as they are now included with the standard playmaker actions.
If you need any help updating, let me know.
Hi,
yes, simply double click on the warning and it will open the script editor, you can then delete the line where you have Debug.Log(...)
Bye,
Jean