net_packet_add_list(*value1, *value2, *...)
This is used to add a list to a packet. When the server or client receives a packet with a list, it will create a list and you will end up with a replica list. Make sure to destroy the list when you are done with it to free up memory!
value: The list to add.