Advertisement
Guest User

Untitled

a guest
Jun 21st, 2017
67
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.     username = user
  6.     if (username.text.toLowerCase() == "nelsonangel"){
  7.         $msgsus.text = "Logged in as Nelson"
  8.     }
  9.     else{
  10.         $msgsus.text = "Nelson has failed at coding 3:"
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement