Code: Select all
shift-click2
{
"/useitem belt /judge " @clicksplayer " \r"
set name @clicksplayer
pause 1
if @env.textLog < "has barely begun to learn about the earth."
"/thinkto " name " has barely begun to learn about the earth. 8 more messages to go.\r"
end if
if @env.textLog < "has begun to learn about the earth."
"/thinkto " name " has begun to learn about the earth. 7 more messages to go.\r"
end if
if @env.textLog < "still has much to learn about the earth."
"/thinkto " name " still has much to learn about the earth. 6 more messages to go.\r"
end if
if @env.textLog < "is making progress towards becoming a Ranger."
"/thinkto " name " is making progress towards becoming a Ranger. 5 more messages to go.\r"
end if
if @env.textLog < "is making good progress towards becoming a Ranger."
"/thinkto " name " is making good progress towards becoming a Ranger. 4 more messages to go.\r"
end if
if @env.textLog < "is making excellent progress towards becoming a Ranger."
"/thinkto " name " is making excellent progress towards becoming a Ranger. 3 more messages to go.\r"
end if
if @env.textLog < "is knowledgeable about the earth."
"/thinkto " name " is knowledgeable about the earth. 2 more messages to go.\r"
end if
if @env.textLog < "is very knowledgeable about the earth."
"/thinkto " name " is very knowledgeable about the earth. 1 more messages to go.\r"
end if
if @env.textLog < "is nearly ready to become a Ranger."
"/thinkto " name " is nearly ready to become a Ranger.\r"
end if
if @env.textLog < "has chosen another path and cannot become a Ranger."
message "*" name " has chosen another path and cannot become a Ranger.\r"
end if
}