InstallApp and modules
Sexter stories can add phone apps on top of chat. Two switches matter:
- Module enabled in Studio (Modules tab)
- Show from start vs unlock with Ink
The InstallApp call
~ InstallApp("thegram")
~ UninstallApp("thegram")
| Id | What it unlocks |
|---|---|
thegram | TheGram feed / DMs |
fansonly | FansOnly |
swiper | Swiper deck |
injector | Injector app |
mictap | MIC TAP capability (no home icon) |
skipr | Skipr chapter jump |
contacts | Contacts app |
sidedoor | Side Door codes UI in Settings |
Show from start
- On: icon (or Side Door UI) is there from the beginning of the story, once the module is enabled. InstallApp is optional flavor.
- Off: player needs
InstallAppbefore they see it.
UninstallApp only reverses InstallApp. It will not hide a show-from-start module.
Injector legacy note
Older stories had no Injector module row. For those, InstallApp("injector") alone still shows the icon. Once you add an Injector module in Studio, it follows the same Enable + Show from start rules as everything else.
MIC TAP
~ InstallApp("mictap")
No home screen icon. Gates <injectmic-…> tags only. See Injector and MIC TAP.
Typical pattern
Enable TheGram in Modules, leave Show from start off, then in Ink when the plot earns it:
Alright I installed that dumb photo app
~ InstallApp("thegram")
<insta-first-post>
Players who already had it from a previous InstallApp keep it (persists in progress and save files).
