Switch to edit mode.
Name(s): title1: "ran = {1, 2, 3, 4}[random(4)];"
2: ran = random(4)
3: if (ran == 1)
4: name = "<font color=\"FF0000\">Streea Barra</font>"
5: elseif (ran == 2)
6: name = "<font color=\"808080\">Streea</font>"
7: elseif (ran == 3)
8: name = "<font color=\"FF0000\">S</font><font color=\"808080\">t</font><font color=\"FF0000\">r</font><font color=\"808080\">e</font><font color=\"FF0000\">e</font><font color=\"808080\">a</font>"
9: elseif (ran == 4)
10: name = "<font color=\"FF0000\">Fuzzball</font>"
11: endif
12: name = name + this.msg
13: return name
14: "Last modified by Sephiroth (#5105) on Tue Jan 18 22:03:13 2005 MST."