03-12-2021, 03:12 PM
(10-08-2020, 02:56 PM)voodoo-bird Wrote: How do I add/reduce length to a rope in runtime? The Youtube tutorials don't cover this.
I use Playmaker. Advise directly for this would be most helpful, but otherwise let me know the normal script/component way and I can figure it out from there.
Thanks.
If you're using Playmaker. You need to use the 'call method' action on the Obi Rope Cursor Component.
Call void Change Length (float) and set a new Float.
I was just looking for an anwer to this to, so thought id share for anyone else looking.