Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  How do I add length in runtime?
#6
(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.
Reply


Messages In This Thread
How do I add length in runtime? - by voodoo-bird - 10-08-2020, 02:56 PM
RE: How do I add length in runtime? - by Mostyndarko - 03-12-2021, 03:12 PM