Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SHELL.addListener(SHELL.ROOM_INITIATED, onRoomInitiated);
- function onRoomInitiated()
- {
- if (SHELL.getIsRoomIgloo())
- {
- BADGE_MC_NAME._x -= 100;
- return;
- }
- else
- {
- BADGE_MC_NAME._x = USE ORIGINAL X NUMBER HERE;
- return;
- }
- } // End of the function
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement