Usable informations

Events / Exports for use in other resources

Opening a clothing store menu:

Event to run the store menu using, for example, npc talk script

TriggerEvent("vms_clothestore:open", ID)

OpenWardrobe

Export to open wardrobe for another resource such as apartments

exports['vms_clothestore']:OpenWardrobe()

OpenManage

Export to open the clothing management menu in other resources such as apartments

exports['vms_clothestore']:OpenManage()

OpenShare

Export to open menu for sharing saved clothes in other resources

exports['vms_clothestore']:OpenShare()

Last updated