```lua local colors = {"red", "blue", "green", "cyan", "white", "yellow", "magenta"} local which = m

local colors = {"red", "blue", "green", "cyan", "white", "yellow", "magenta"}
local which = math.random(#colors)
send("wisp "..colors[which])
Was this page helpful?