HeroWeasel Posted September 7, 2022 Share Posted September 7, 2022 I made a custom "stall" replacement for doctor job, but I cant assign settlers to it. I followed a guide from a youtube video, and made the workshop object, can place it, and move it, but cant assign settlers to the doctor job by selecting them, and then selecting the object. Anyone have advice on getting objects able to be assigned? https://imgur.com/a/OfyZmlK Link to comment Share on other sites More sharing options...
LarannKiar Posted September 7, 2022 Share Posted September 7, 2022 To make an object an assignable workshop object, open the object (most likely it's a Furniture), and - add the keyword WorkshopWorkObject- add the Actor Value WorkshopResourceObject (value = 1)- attach the scipt WorkshopObjectScript - fill out its script property >> WorkshopParent (just Auto Fill it) - to make it a "Clinic" >> WorkshopObjectScript property >> VendorType = 4 Link to comment Share on other sites More sharing options...
HeroWeasel Posted September 7, 2022 Author Share Posted September 7, 2022 I believe the video guide had me do those steps, though I may have done them incorrectly. I have some screen shots, perhaps you could tell me if anything is wrong... https://imgur.com/a/DCtYhMv https://imgur.com/a/GmBH8Dh Link to comment Share on other sites More sharing options...
Zorkaz Posted September 7, 2022 Share Posted September 7, 2022 Take an already existing vendor and alter it instead of making it from scratch. Makes sure you won't overlook something Link to comment Share on other sites More sharing options...
greekrage Posted September 8, 2022 Share Posted September 8, 2022 What Zorkaz said is the simplest method.... Duplicate a vendor/store,rename and edit the model...Just remember to adjust the interaction markers because when you swap a model it reverts everything to default.. Link to comment Share on other sites More sharing options...
greekrage Posted September 8, 2022 Share Posted September 8, 2022 also dont forget to link ref the vendor to the workshop with workshopitem keyword... Link to comment Share on other sites More sharing options...
HeroWeasel Posted September 11, 2022 Author Share Posted September 11, 2022 Thanks for the replies. I have been to busy to attempt a model swap with an existing shop, but I will try it. Link to comment Share on other sites More sharing options...
Recommended Posts