Thread: Kuwait wars
View Single Post
  #35  
Old 07-28-2017, 09:03 AM
Guest001 is offline Guest001
Registered User

Join Date: Aug 2008
Posts: 4,971

;Triggered by variables


if elapse(120) and random(2) then
set(v27,1)
set(v28,0)
else
set(v27,0)
set(v28,1)
end
endif
if eq(v27,1) then
if elapse(120) and random(2) then
rain(40,20)
overcast(40,20)
set(v17,1)
end
if chain(60) and random(2) then
rain(0,20)
overcast(0,20)
set(v17,0)
end
endif
if eq(v17,1) then
if past(1) and elapse(4) and random(30) then
lightning(100,30,30)
flash()
end
endif
if eq(v28,1) then
if elapse(6) and random(16) and waveready() then
lightning(100,100,100)
flash()
end
if chain(4) then
lightning(50,5,5)
farflash()
end
endif
Reply With Quote