When the packet occurs it displays a print but i am having trouble trying to replace that print.
1 2 3 4
if (Packet[0] == 0x00)
{
Print(0, 4, V_Name)
}
i know that wont replace it but when the packet is triggered it prints your current name plus the print above. How would i go about replacing the string?