Advertisement
GreatEmerald

Untitled

Jun 8th, 2011
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. class AmbientSoundTest extends AmbientSound;
  2.  
  3. simulated function PostBeginPlay()
  4. {
  5.     AmbientSound = Sound'AmbOutside.looping.wind01';
  6. }
  7.  
  8. defaultproperties
  9. {
  10.     bAlwaysRelevant = True
  11.     RemoteRole = ROLE_SimulatedProxy
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement