\\Question ► 7 points ◄
nº 51 ►► What swimming stroke is named after an insect?
You can use the /tokenize command to separate them vertically:
alias test {
var %x = \\Question ► 7 points ◄|nº 51 ►► What swimming stroke is named after an insect?
tokenize 124 %x | echo -a $*
}
The question is divided by $chr(124). I'm sure you get the idea. Upon the alias trigger /test, it'll come out as:
\\Question ► 7 points ◄
nº 51 ►► What swimming stroke is named after an insect?
Edited Sep 27, 2009 5:00 PM by Fanfare
but in the SCRIPT.INI i have like this:
qnormal= \\quention ► %2 points ◄ 
 (co) nº %1 ►► %3 ?
%2 points is the points
nº %1 number of the question and
%3 the question that will get them to the document called questions
how i put the code in here??
qnormal= \\quention ► %2 points ◄ 
 (co) nº %1 ►► %3 ?
the trivia is st5.0
Edited Sep 27, 2009 6:31 PM by wizard1970