if score==12 then
ui.Message(162022)--S+
end
if score>=10 and score<=11 then
ui.Message(161649)--S
end
if score>=8 and score<=9 then
ui.Message(161650)--A
end
if score>=6 and score<=7 then
ui.Message(161651)--B
end
if score>=3 and score<=5 then
ui.Message(161652)--C
end
if score>=0 and score<=2 then
ui.Message(161653)--D
end
if score==-1 then
ui.Message(161946)--No
end
也就是说12分才能得带S+啊