ID:168372
Oct 25 2005, 2:00 pm
|
|
can anyone show me how to make a test
|
Oct 25 2005, 2:04 pm
|
|
What kind of test and what do you mean?
|
In response to Mecha Destroyer JD
|
|
like make a test mobs can take and add all the answers they got right and if they get a certain amount right they pass the test
|
In response to Dagameguy24
|
|
In response to Artemio
|
|
var/q1 = input(usr,"what does 1 + 1 equal?") as num
var/right = 0 var/wrong = 0 if(q1 == 2) TAB> usr << "HURRAY! CORRECTO!"else TAB> usr << "DARN! WRONG!"var/total = right += wrong usr << "You got [right] right out of [total] questions!" if(right >= 1) TAB> usr << "You pass the test!" |
In response to Rky_nick
|
|
keeps saying
error: missing left-hand argument to >. |
In response to Dagameguy24
|
|
The >tab> means a button, the 2 arrows above shift lock.. He means, press that button and THEN the code
|
In response to Mysame
|
|
ya
|