Advertisement
WindowsTV

Untitled

Jul 18th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. SHELL.addListener(SHELL.ROOM_INITIATED, onRoomInitiated);
  2. function onRoomInitiated()
  3. {
  4.     if (SHELL.getIsRoomIgloo())
  5.     {
  6.         BADGE_MC_NAME._x -= 100;
  7.         return;
  8.     }
  9.     else
  10.     {
  11.         BADGE_MC_NAME._x = USE ORIGINAL X NUMBER HERE;
  12.         return;
  13.     }
  14. } // End of the function
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement