Hm, maybe I can now see why we got the magnifying glass and not the pipe from 2009 CF.
HTTP://i.imgur.com/OyMMem3.png
It is interesting, but as with most head items, it messes with hair
Edit: Here is probably an easier way to go about seeing random NPCs in the NXT viewer:
//Change the Upe to any three letter (including #'s and *-) combination for any NPC
var t1 = "Upe";
var t2 = "AP--"; var t3 = "-----------------"; var t4 = t2 + t1 + t3; Module.avatar.SetAnimID(0); Module.avatar.module.ccall("SetAppearance", "void", ["string"], [t4]);