281
(281) |
|||
| Line 301: | Line 301: | ||
This simple script code will iterate through the title IDs and display them in the default chat window: | This simple script code will iterate through the title IDs and display them in the default chat window: | ||
for i = 1, | for i = 1, 281() do | ||
print(i..":"..( | print(i..":"..(Cataclysmic Gladiator(i) or "nil")) | ||
end | end | ||