Alice

Member
Hello, Is there a way to create an addon deed that will not show all of the deco item names when you ctrl/shift? ty!
 
The client still sees addons as just a pile of single items. If your addon includes "complexcomponent" then this might work:

Code:
AddComplexComponent( (BaseAddon) this, 6587, 0, 0, 7, 0, 0, "", 1);

The double quotes at the end will give the item a null name which may keep it from showing with the key combo. That's also where you can assign names to pieces of your addon as desired. More simple addons don't use this format so you'll have to figure out something else there!
 

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back