TheGram
TheGram is the Instagram-ish app. Build profiles and posts in Studio → Modules → TheGram, then unlock them from Ink.
Unlock the app
~ InstallApp("thegram")
Unless Show from start is on.
Unlock a post
<insta-post-friday-night>
post-friday-night is the post's uniqueId from Studio. Player gets a notification and can open the feed.
Live DM
<instadm-alex-flirts>
Starts a live TheGram DM tied to a Gram profile (not necessarily a Whapp character). Works from the main chain and from side conversations. Runs in parallel with Whapp. A newer DM for the same flow supersedes the previous active one.
Studio keys DMs by Gram profile. Match order in the engine: DM tags before post tags, so name carefully.
Share a profile card in chat
<share-thegram-alex>
Drops a tappable profile card in Whapp. Match by username. Works in group chats too:
[Ben]<share-thegram-alex>
Player account
Link a TheGram profile to the story's main character and it becomes the player's account: "You" in the chrome, own posts in the feed without follow, header avatar opens it. Only one player profile per app.
Follower count bumps
~ AddTheGramFollowers("alex", 200)
Cosmetic for this player. Persist with saves / rewind like other progress.
Checklist
- Module enabled
- Profiles + posts created with stable uniqueIds / usernames
- InstallApp (if needed)
- Fire
<insta-…>,<instadm-…>,<share-thegram-…>from Ink
