- Hello, first of all thank you to use our script !
- Feel free to open a support Ticket to resolve your problem/question. - Karma Developments -
exports["karma-interaction"]:showInteraction('KEY', 'TEXT')
-
Also, u can make an export, without the key like this:
exports["karma-interaction"]:showInteraction('', 'TEXT')
-
or
exports["karma-interaction"]:showInteraction(nil, 'TEXT')
-
Hiding interaction:
exports["karma-interaction"]:hideInteraction()