Jump to content

Containers are/are not object references?


Recommended Posts

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

  • Recently Browsing   0 members

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