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?

1


There is a bug in version 0.2.1 that gets fixed in 0.2.1b https://www.lexaloffle.com/bbs/?tid=38667
[Please log in to post a comment]