Distance between Temp_Point[1] and [2] is 1200.
And the unit's custom value comes out as some wierd number they always starts with -12, XXXX and BBBB dont match and are just random numbers.
....Wtf? How does any of that work?
Edit for clarification: Temp_String[4] should come out as 3012001200, same as the unit's custom value, neither do. Something fux up when i merge the variables....
- Set Temp_String[1] = 30
- Set Temp_String[2] = (String((Integer((Distance between Temp_Point[1] and Temp_Point[2])))))
- Set Temp_String[3] = (String((Integer((Distance between Temp_Point[1] and Temp_Point[2])))))
- Set Temp_String[4] = (Temp_String[1] + (Temp_String[2] + Temp_String[3]))
- Unit - Set the custom value of (Last created unit) to (Integer(Temp_String[4]))
And the unit's custom value comes out as some wierd number they always starts with -12, XXXX and BBBB dont match and are just random numbers.
....Wtf? How does any of that work?
Edit for clarification: Temp_String[4] should come out as 3012001200, same as the unit's custom value, neither do. Something fux up when i merge the variables....
Last edited: