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