Log In  
Follow
apirux
[ :: Read More :: ]

After searching and testing for a solid hour, I still can't seem to figure this out. If anyone can clarify or point me to the correct docs, that would be great. Thanks in advance.

print(1) --1
print('hi',10,10) --hi ...at position (10,10)
print(1,10,10) --0x0001.0000 ...at position (0,0) <-- why?

Is that third scenario supposed to print in hex?

On the Wiki's print() page, this supposedly works as expected:

-- print the player x position just inside the upper left corner, in red
print(player.x,2,2,8)

So is this a bug, or am I missing something?

P#79934 2020-07-26 02:11 ( Edited 2020-07-26 02:13)