Skip to content

Interaction types

The built-in types you can pick when creating an interaction in the panel.

TypePublic?Behaviour
stashyesOpens a stash. Personal or shared. Backed by vorp_inventory (or ox_inventory if installed).
shopnoBuys items. Configurable per-item price ($/gold), optional job / grade restriction, optional stock.
farmyesPlays an animation for X seconds → receive a random amount of an item. Multiple possible yields with a selection menu. Optional alert chance to a job type.
sellyesSells items for $/gold. Per-item price, optional max per cycle, optional daily / total cap.
processyesConverts input items into output items, with a progress bar.
craftyesPick a recipe → consumes ingredients → spawns the result.
dutynoToggles on / off duty for the player's current job.
bossactionnoBoss-only menu — opens an external boss management resource (lo_bossmenu / lo_gangmenu if installed). Only visible to grades flagged isboss = true.
vehicle_garageyesSpawn / store one of the configured vehicles. References entries from the Vehicles catalogue.
stableyesSame idea for horses, against the Horses catalogue.
delivery_pointyesStarts a delivery mission. Drive to one or more destinations, get paid on completion. Optional cargo, optional vehicle.
phoneyesA phone with a contacts list. Call another number — the recipient's phone rings and they can pick up or reject.
teleportyesTeleports the player to a destination. Optional fade and loading.
clothing_storeyesFires your clothing resource's "open store" event. Configure in Config.Framework.clothing or implement CustomOpenClothingStore(src) in modules/editable/server.lua.
clothing_wardrobeyesSame, for the personal wardrobe. Override with CustomOpenWardrobe(src).
witnessyesFires a dispatch alert (see Dispatch).

"Public?" means whether the type can be used in a public-interaction (anyone can use it) or only attached to a job / gang.

Want a type that's not in this list?

You register it yourself from another resource. See Custom interaction types.

Released under a commercial license. Documentation released under MIT.