Hell, you lotta guys can't see the forrest because of
so many trees there ;D
First off:
? _rand <= 4 : ["Hi, what's up?", "PLAIN DOWN"]
The condition <=4 right as first condition will always be
true because it's always <=4
And ["HI, what's up?","PLAIN DOWN"] without the
titleText/Cut won't do anything, and so it will
be with the following goto statement.
You "can" combine commands, using the ";" semicolon, but
in your case it's not working because of the missing titletext
in the first command.
btw - i would do the whole stuff in a different way, using
arrays and one random selector.
~S~ CD