dizietemblesssma Posted November 24, 2023 Share Posted November 24, 2023 I'm trying to place a container in the game via: ObjectReference refalias_container = dz_outfits_marker_ref.PlaceAtMe(dz_outfits_container_base, 1) hidden_container = refalias_container As Container but I get an error about types being incompatible, earlier in the script I have: Container Property hidden_container Auto Form Property dz_outfits_container_base Auto Do I need to refer to a container as a Container property at all, would ObjectReference Property hidden_container Auto work just as well? diziet Link to comment Share on other sites More sharing options...
IsharaMeradin Posted November 24, 2023 Share Posted November 24, 2023 Containers are ObjectReferences. Changing your property from Container to ObjectReference should allow you to do what you want. Link to comment Share on other sites More sharing options...
Recommended Posts