View Single Post
  #41  
Old 07-30-2011, 12:32 AM
Guest001 is offline Guest001
Registered User

Join Date: Aug 2008
Posts: 4,971

Quote:
Originally Posted by MERMITE View Post
Another BLASTING from Grumpy Dave....!

This post entitled "What is mission Variable?" was immediatly answered by Dave rapping on about a seatbelt, followed by other members offering their examples of what a variable was, at first glance it is a confusing bit of code, but easily accomplished with care and forethought, the examples I offered above, again not all my work are but offered as alternatives, and examples.
I rarely use them, I have used them, but find them time consuming, and when you have a glitch in the .wac can be difficult to locate, hence the reason I'd stay with something easier, and as for sitting on the fence Dave...so long it ain't your fence whatta you care....lol

"M"

What's this?



Quote:
if never then
set v50, 35
endif

if area 50 and never then
set v51, 1
endif

if eq v51, 1 then
fogdist v50
add v50, 2
endif

if ge v50, 150 and link -2, 0 and eq v51, 1 then
set v51, 2
endif

if eq v9 1 and never then
sound2tgt ss_EXPLO_ARTILLERY, 5
endif

if past 1 and never then
sound2tgt ss_gs_mortar, 58
endif
Reply With Quote