Swiper

Last edit 26 Jul 2026, 21:21History

Swiper is the dating-app flavored module. Profiles live in Studio → Modules → Swiper.

Unlock the app

ink
~ InstallApp("swiper")

Unlock a profile into the deck

ink
<swiper-profile-riley>

Uses the profile uniqueId.

DM after a match

ink
<swiperdm-riley-after-match>

Silent no-op unless the player already has a match on that profile (SwiperSwipe.matched). You can also set a profile's DM on match conversation in Studio so the DM unlocks automatically when they match, without a tag.

Works from main chain and side conversations. Multiple Swiper DMs can stay active.

Ordering

DM tags are matched before profile unlock tags. Don't reuse the same string for both kinds of id if you can avoid it.

Typical beat

ink
~ InstallApp("swiper")
Alright, one more app.
<swiper-profile-riley>
// player swipes in the app…
// either Studio "DM on match", or later in Ink:
<swiperdm-riley-after-match>
Official Sexter creator documentation. Older Unity / SmGF folder-mod docs remain at docs.unzipped.games. Creator Corner is for community models and production workflows.