Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. #region :invisible <user>
  2. case "invisible": // Coded by James, [Al-Santoro] From scratch! Makes the target invisible.
  3. //An uninvisible command is needed to be coded, if you want Live. ;]
  4.  
  5.  
  6. {
  7. if(_Rank < 7)
  8. return false;
  9. else
  10. {
  11. virtualUser User = userManager.getUser(args[1]);
  12. Room.sendSaying(roomUser, "*Uses their god powers to make " + User._Username + " invisible.*");
  13.  
  14.  
  15. User._Figure = "hd-0-0";
  16. User._Mission = "[Invisible] Can't be seen!";
  17. User.refreshAppearance( false, true, true);
  18. }
  19. }
  20. break;
  21. #endregion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement