Advertisement
Guest User

Untitled

a guest
Jun 21st, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. on(release) {
  2.     gotoAndPlay("action");
  3.     $Message1.text = "[M][NelsonAngel]: Errr thanks for playing on this server :o and dun try to reply LOLZ also the NelsonAngel mouse isn't me o.o although it talks :DD";
  4.     NelsonAngel.gotoAndPlay("talk1");
  5.  
  6.     var username: String = user.text.toLowerCase();
  7.  
  8.     if (username == "nelsonangel") {
  9.         $msgsus.text = "Logged in as Nelson";
  10.     }
  11.     else {
  12.         $msgsus.text = "Nelson has failed at coding 3:";
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement