View Single Post
  #9  
Old 05-09-2014, 01:35 AM
flamerboy67664 is offline flamerboy67664
Registered User

Join Date: Jul 2012
Location: Zakara Ward, Citadel
Posts: 35

// plays once
if elapse(1) then
text("Music: Top Gun: Hard Lock soundtrack 13")
wave("topgun13.wav")
endif

//rain
if elapse(1) then
rain(100)
overcast(70,30)
skyspeed(80)
endif

Contents of my WAC
Reply With Quote