Guest User

Untitled

a guest
Jan 31st, 2025
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. //Mobile phone stuff
  2. {
  3. "Action": "EditData",
  4. "Target": "Characters/Dialogue/<NPC>",
  5. "When": { "Relationship:<NPC>": "Friendly", "HasMod |contains=JoXW.MobilePhone": true },
  6. "Entries": {
  7. "MobilePhoneGreeting": "", //cannot use $ portrait reactions
  8. "MobilePhoneReminisce": "", //cannot use $ portrait reactions
  9. "MobilePhoneGoodBye": "",
  10. },
  11. },
  12. {
  13. "Action": "EditData",
  14. "Target": "Characters/Dialogue/<NPC>",
  15. "When": { "Relationship:<NPC>": "Dating, Engaged", "HasMod |contains=JoXW.MobilePhone": true },
  16. "Entries": {
  17. "MobilePhoneGreeting": "", //cannot use $ portrait reactions
  18. "MobilePhoneReminisce": "", //cannot use $ portrait reactions
  19. "MobilePhoneGoodBye": "",
  20. },
  21. },
  22. {
  23. "Action": "EditData",
  24. "Target": "Characters/Dialogue/<NPC>",
  25. "When": { "Relationship:<NPC>": "Married", "HasMod |contains=JoXW.MobilePhone": true },
  26. "Entries": {
  27. "MobilePhoneGreeting": "", //cannot use $ portrait reactions
  28. "MobilePhoneReminisce": "", //cannot use $ portrait reactions
  29. "MobilePhoneGoodBye": "",
  30. },
  31. },
Advertisement
Add Comment
Please, Sign In to add comment