Jump to content

Linkrefing two workshop objects


Recommended Posts

Is it possible to link two workshop objects together so I can use Getlinkedref() and similar things on these objects?

 

Btw. I'm perfectly fine with them not being constructible at first, but I need to move them in the Workshop menu

Link to comment
Share on other sites

Okay so I scripted this on the Activator. Spawning the second one works.

But the activator now can't be moved in the workshop. Any ideas?

 

Scriptname ZLTestScr extends ObjectReference

Activator Property ZLActivator2 Auto
Keyword Property Zipline Auto
ObjectReference Property TheLIne Auto

Event OnInit()
TheLine = Self.PlaceAtNode("SpawnPoint", ZLActivator2, 1, TRUE, FALSE, FALSE, TRUE)
Self.Setlinkedref (TheLine)
EndEvent

Edit: Disregard that came from another physics issue

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...