TheGram

Last edit 26 Jul 2026, 21:21History

TheGram is the Instagram-ish app. Build profiles and posts in Studio → Modules → TheGram, then unlock them from Ink.

Unlock the app

ink
~ InstallApp("thegram")

Unless Show from start is on.

Unlock a post

ink
<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

ink
<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

ink
<share-thegram-alex>

Drops a tappable profile card in Whapp. Match by username. Works in group chats too:

ink
[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

ink
~ AddTheGramFollowers("alex", 200)

Cosmetic for this player. Persist with saves / rewind like other progress.

Checklist

  1. Module enabled
  2. Profiles + posts created with stable uniqueIds / usernames
  3. InstallApp (if needed)
  4. Fire <insta-…>, <instadm-…>, <share-thegram-…> from Ink
Official Sexter creator documentation. Older Unity / SmGF folder-mod docs remain at docs.unzipped.games. Creator Corner is for community models and production workflows.