Originally Posted by giulliare View Post
I made the 1st and 2nd tests and they work.I read the third part but I'm not sure about the 3rd test. What do you think?
here's my outdone:
function set_mod(i)
mods = {"aikido", "judo", "wushu", "lenshu", "sumo"}
run_cmd("join " .. mods[i])
run_cmd("reset")
end
set_mod(2)

Nice
Sup babe