lets say i want to add more than one item to the vendor I just add more to this? # Item[00]=R"your_item1.uti"; # Item[01]=R"your_item2.uti"; or would i have to add them to # int i = 0; <----- not understanding that this part does other than it is item[00] # while (i < GetArraySize(Item)) # { # CreateItemOnObject(Item, vendor); # i++;