Side Door, Contacts, Skipr

Last edit 26 Jul 2026, 21:21History

Three smaller modules that still matter a lot in real stories.

Contacts

ink
~ InstallApp("contacts")

Phone book of characters. You can override what a contact shows for this player:

ink
~ SetContactDescription("dion", "Contact blocked")
~ SetContactPersonality("dion", "…")
~ SetContactHistory("dion", "…")

Useful after a fight, a block beat, or a time skip. Does not change the character for other players.

Characters can also show a name status emoji when a story flag is set (Studio → Characters → Name status). First matching flag wins, 1:1 chats only in the header.

Side Door

Secret codes UI (lives under Settings on the phone when unlocked).

ink
~ InstallApp("sidedoor")

Configure codes and rewards in Studio → Modules → Side Door. Often used for gallery unlocks or cheat-style creator gifts. Treat it like any other InstallApp-gated module when Show from start is off.

Skipr

Chapter jump app for players who want to skip ahead (or for testing).

ink
~ InstallApp("skipr")

Enable the module, decide Show from start, then unlock when the story allows it. Jumping uses the same progress machinery as normal play; don't assume every side effect rewinds perfectly if you are doing wild mid-story experiments. For creators, Studio playtest is usually clearer than Skipr.

Quick ids

AppInstallApp id
Contactscontacts
Side Doorsidedoor
Skiprskipr
Official Sexter creator documentation. Older Unity / SmGF folder-mod docs remain at docs.unzipped.games. Creator Corner is for community models and production workflows.