Does anyone have an example of setting pickups via the ZOS api in NSC mode?
for i in obj_list:
obj = NCE.GetObjectAt(i)
obj.Xposition.SetPickupfromObject(1) ??? something like this
I have over 100 lines in the editor I’d like to set to pickup a position off of an existing object, and manually clicking all of them is tedious.
Thank you,
Jason