Script Integrations
How to connect your own inventory, target, notify, progressbar, and other scripts
Inventory Integration
function Inventory.giveItem(source, itemName, count)
return exports['my_inventory']:AddItem(source, itemName, count)
endTarget Integration
Notify, Progressbar, Skillbar
Server-Side Helpers
Safest Way To Integrate
Last updated