Hey guys, is it possible through scripting to replace an object with another object at runtime? Say I wanted to swap a farm table for a noble table, for example. Can this be done via script?
Edit:
After thinking about it I suppose using PlaceAtMe and getting the coordinates of the object, then disabling the original object, it could be done. However is there a function that will do this for me?