Thread: [DFX2] Some kind of WAC Builder
View Single Post
  #6  
Old 11-10-2012, 08:52 AM
Guest001 is offline Guest001
Registered User

Join Date: Aug 2008
Posts: 4,971

Here is a working DFX2 WAC script that gives a distant flash and rumble then the thunder hits 4 or so seconds later. The low RGB count is to keep the overall light effect subtle and it seems to have a more realistic effect.

//
if elapse(10) and random(30) then
lightning(25,25,35)
farflash()
endif
if chain(4) and waveready() then
wave("thdrdst4.wav")
endif
//

Last edited by Guest001; 11-10-2012 at 09:05 AM.
Reply With Quote