home *** CD-ROM | disk | FTP | other *** search
- if(_root.yourmanager == "Danny")
- {
- mmessage = "Great work nonetheless. Prove me right! ";
- }
- else if(_root.yourmanager == "Carla")
- {
- mmessage = "Play one more game for me... OK? ";
- }
- else if(_root.yourmanager == "Aomi")
- {
- mmessage = _root.playername + ", I\'ll be watching you and supporting you from behind. ";
- }
- else if(_root.yourmanager == "Johnson")
- {
- mmessage = "Get in there and play one more game! ";
- }
- else if(_root.yourmanager == "Maximillion")
- {
- mmessage = "Roll a snowball. The bigger it is, the bigger your determination. ";
- }
- if(_root.worldchampion != _root.playername)
- {
- mmessage += "You still need to become the World Champion!";
- }
-