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

Join Date: Aug 2008
Posts: 4,971

Quote:
Originally Posted by Dashie View Post
You mean like having the editor check the mis file and say what events someone has added on there? Sounds like a good idea. I can just get that info from the .mis file.



Nice, thanks! You just reminded me I also forgot to add lightning color and farflash as selectable events. I was also planning on maybe having wac code snippet files, so you could share code snippets like that and import them into the program.
Take out the past(3) bit it's wrong, it will make it fire only once, sorry

use this or variants of but leave the chain(4) setting it's about right

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