Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. scn PowerArmorUnplayableScaleSCRIPT
  2.  
  3. ref rContainer
  4.  
  5. BEGIN GameMode
  6.  
  7. if DoOnce == 0
  8. set rContainer to GetContainer
  9. rContainer.SetScale 1.15
  10. set DoOnce == 1
  11. endif
  12.  
  13. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement