Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Mobile phone stuff
- {
- "Action": "EditData",
- "Target": "Characters/Dialogue/<NPC>",
- "When": { "Relationship:<NPC>": "Friendly", "HasMod |contains=JoXW.MobilePhone": true },
- "Entries": {
- "MobilePhoneGreeting": "", //cannot use $ portrait reactions
- "MobilePhoneReminisce": "", //cannot use $ portrait reactions
- "MobilePhoneGoodBye": "",
- },
- },
- {
- "Action": "EditData",
- "Target": "Characters/Dialogue/<NPC>",
- "When": { "Relationship:<NPC>": "Dating, Engaged", "HasMod |contains=JoXW.MobilePhone": true },
- "Entries": {
- "MobilePhoneGreeting": "", //cannot use $ portrait reactions
- "MobilePhoneReminisce": "", //cannot use $ portrait reactions
- "MobilePhoneGoodBye": "",
- },
- },
- {
- "Action": "EditData",
- "Target": "Characters/Dialogue/<NPC>",
- "When": { "Relationship:<NPC>": "Married", "HasMod |contains=JoXW.MobilePhone": true },
- "Entries": {
- "MobilePhoneGreeting": "", //cannot use $ portrait reactions
- "MobilePhoneReminisce": "", //cannot use $ portrait reactions
- "MobilePhoneGoodBye": "",
- },
- },
Advertisement
Add Comment
Please, Sign In to add comment