mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 09:59:26 +00:00
4 lines
116 B
Lua
4 lines
116 B
Lua
for i, side in ipairs(wesnoth.get_sides({})) do
|
|
wml.variables["p" .. tostring(i) .. "_faction"] = side.faction
|
|
end
|