Forum Discussion

Agent48mk2's avatar
4 years ago

Make servos receive butler orders?

https://pastebin.com/gHq8H5zp
In the code above there's buff_Role_Butler_NPC which makes the interaction available to butlers. But how do i make servos also have this interaction?
Adding





218444





after buff_Role_Butler_NPC lines doesn't seem to work.

  • A quick way is to attach the buff to the Servo Main Trait, doing that will allow the Servos to have the roles. You can look at the example below for clarity.




    TEEN
    ADULT
    BABY
    CHILD
    TODDLER
    ELDER
    YOUNGADULT



    15832528424537256033


    17523661481448643524


    145405


    False
    0x82D4A768
    0x82D4A768
    2f7d0004:00000000:bb54619ef5687cac
    MINIMUM
    0xBCD3754E
  • However, I would still recommend that you do a custom Butler Situation Job and Role States, It should make autonomy easier and the Servo can create a butler situation through an interaction.
  • "TwelfthDoctor1;c-17755789" wrote:
    However, I would still recommend that you do a custom Butler Situation Job and Role States, It should make autonomy easier and the Servo can create a butler situation through an interaction.

    Thanks.