Module:ParallelAliases: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 24: Line 24:
for num = 1, 4, 1
for num = 1, 4, 1
do
do
aliases[name] = { title = '&eCharm Applicator', name = 'Charm Applicator Level ' .. num, text = '&7Charm Name/&5&oThis is where the description/of the charm goes'}
local name = 'Charm Applicator Level ' .. num
aliases[name] = { title = '&eCharm Applicator', name = name, text = '&7Charm Name/&5&oThis is where the description/of the charm goes'}
end
end


Navigation menu