Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Attach a tool to an Item that's not a robot

#2
是的,你可以ccomplish converting a tool to an object and vice versa with a custom script.

For example, you can do this to drop the tool:
Code:
tool.setParentStatic(reference)
tool.setParam("Convert", "Tool")
And you can do this to pick it up:
Code:
tool.setParentStatic(reference)
tool.setParam("Convert", "Object")


Messages In This Thread
RE: Attach a tool to an Item that's not a robot - byAlbert- 07-27-2023, 08:35 AM



Users browsing this thread:
1 Guest(s)