Some tools to help you make mods for Sexting my GF easier
Write simple dialogue and convert it to linear Ink format. Use character: prefix for each line.
Note: This tool generates linear conversation flow and is best used as a starting point, personally I would afterwards add more knots and paths in the conversation.
melany: text
Character says something
mc: text
Player gets a choice (becomes a button)
Just plain text here
Dialogue without name (uses last NPC speaker)
mc: choice1|choice2|choice3
Multiple choices (separate with |, all lead to same knot)
mc: text->TabName
Jump to another tab (tabs = knots in the story)
mc: msg1; msg2; msg3
Chain player messages in one line (sends in sequence: *, **, ***)
mc: msg1; msg2; msg3->TabName
Chain player messages then jump to a tab
mc: Ben
mc: It happened
mc: It fucking happened
Gather mode: consecutive mc: lines auto-chain (*, **, ***)
mc: choice1|choice2
Gather mode: multiple choices always create a new named knot
melany: text->TabName
Dialogue then jump to tab
mc: choice1->1|choice2->2
Temporary path split (->1, ->2 creates branches that merge back)
character->1: text
Dialogue in temporary path 1
->1: text
Nameless dialogue in temp path (uses last NPC)
Export all tabs to save your work, or import a previously saved file.