Frictional Games Forum (read-only)

Full Version: Disabling Ropes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

I've got a problem with disabling ropes and I am wondering if there is any way you can disable them so they dont show up unless you script so.

I've tried SetEntityActive("", false) but it doesnt work neither does the lvl ed version.

So my question is how do i disable ropes so they dont show when i dont want them too
Have you tried parenting the rope node to an entity, then setting that entity inactive?
Ok, now it does disable the rope, but cant get it to reappear now...