by " item store" i mean this
i have a item teleporter that i have customised to my likings
but i need some help making a shop in the vendor so that people can buy things from the store
all i got till now is
if (intid == 8000) then item:GossipCreateMenu(99, player, 0) item:GossipMenuAddItem(4, "Shopping Mall",3, 0) item:GossipMenuAddItem(4, "Global Locations",4, 0) item:GossipMenuAddItem(4, "Azeroth Instances",5, 0) item:GossipMenuAddItem(4, "Custom Instances",200, 0) item:GossipMenuAddItem(4, "Level Roads",300, 0) item:GossipMenuAddItem(4, "PVP Areas",7, 0) item:GossipMenuAddItem(4, "Training",900, 0) item:GossipMenuAddItem(4, "Remove Ressurection Sickness",9, 0) item:GossipMenuAddItem(4, "Events", 8001, 0) item:GossipMenuAddItem(4, "Shops", 8002, 0) item:GossipMenuAddItem(4, "About This Server", 10000, 0) item:GossipSendMenu(player) end if (intid == 8002) then ---shops go here--- end














