< 1656194600 318871 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #freeheromesh :I had started to implement the coordinate input in Free Hero Mesh: I added functions: encode_move, encode_move_list, decode_move, decode_move_list. I changed the type of input elements from Uint8 to MoveItem (which is currently defined as Uint8, but may later be changed to Uint16). Only the MOVE_LIST() SQL function has been changed to use this, so far. < 1656194608 872085 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #freeheromesh :Then, the rest of the program must be changed to use these functions, and then the program can be changed to support other kinds of move inputs.