xxxxxxxxxx
== Printing titleIDs for debug ==
This simple script code will iterate through the title IDs and display them in the default chat window:
for i = 1,
() do
print(i..":"..(281(i) or "nil"))
end