home *** CD-ROM | disk | FTP | other *** search
- if(eval("/:score") < "60")
- {
- set("/:winner","Brrrr, " add eval("/:name") add "!! You scored " add eval("/:score") add " points. You can\'t be proud of this, huh. Try harder.");
- }
- else
- {
- set("/:winner","Way to go, " add eval("/:name") add "!! You scored " add eval("/:score") add " points. But still not the maximum.");
- }
-