0099: Left-hand side of the assignment must be a variable
5 = 6Possible solutions:
int x = 5float x, y, z
x, y, z = Char.GetCoordinates(10@) // store X-, Y-, and Z- coordinates in three variablesLast updated
5 = 6int x = 5float x, y, z
x, y, z = Char.GetCoordinates(10@) // store X-, Y-, and Z- coordinates in three variablesLast updated