local tArgs = { ... }
if #tArgs ~= 1 then
	print( "Usage: face <facing>" )
	return
end
tx.face(tArgs[1])
	