cmurphe
Captain
  
Posts: 254
Registered: 6-6-2007
Location: Missouri
Member Is Offline
Mood: Ask Me
|
|
WAC wont work....
IO dont get it...I have all the code right, I made the wac file the same name as the map, I used the /d shortcut but it dosent work...(Making text
appear)
Why?

When all else fails, stupidity rules.
|
|
|
Chumly
Private

Posts: 50
Registered: 3-26-2007
Location: Missouri
Member Is Offline
Mood: With my horse
|
|
Maybe sunspots are keeping it from working?
Seriously though, if you could post the code in question, (or at least more info than "my WAC file isn't working") it would help to understand the
nature of the problem.
Chumly
|
|
|
Eagle_Eye
|
|
DFX doesn't require the /d to use wac/bin files etc..
Must be a spelling error, or trigger error..
EE
|
|
|
cmurphe
Captain
  
Posts: 254
Registered: 6-6-2007
Location: Missouri
Member Is Offline
Mood: Ask Me
|
|
Ok well heres the Code:
if never()
snow(100)
endif
if never() then
text"Go your commander at Alpha for your briefing"
endif
ssnarea(10000, 1) and never() then
text"First you must gwet into the buggy and wipe out the AA guns on other side of mountains so"
text"so you can fly over it to the enemy Airbase to destroy oil barrels and helicopters"
text"Good Luck "
endif
thats it...

When all else fails, stupidity rules.
|
|
|
Assassin Xaero
|
|
if never()
snow(100,#2) Need another number here... I think it is fade to #1 strength of #2 amount of seconds
endif
if never() then
text("Go your commander at Alpha for your briefing")
endif
ssnarea(10000, 1) and never() then
text("First you must gwet into the buggy and wipe out the AA guns on other side of mountains so")
text("so you can fly over it to the enemy Airbase to destroy oil barrels and helicopters")
text("Good Luck ")
endif
|
|
|
Eagle_Eye
|
|
first text should work....it's just that it's has probably come and gone before you spawn..only trigger is if never, which means straight away..
try..
if past(30) and never() then
The second text..don't use ssnarea..
I'd use an event..like event 2, if group 1 in area 1
Then a wac..
if event(2) and never() then
text("First you must gwet into the buggy and wipe out the AA guns on other side of mountains so")
text("so you can fly over it to the enemy Airbase to destroy oil barrels and helicopters")
text("Good Luck ")
endif
|
|
|
cmurphe
Captain
  
Posts: 254
Registered: 6-6-2007
Location: Missouri
Member Is Offline
Mood: Ask Me
|
|
LOL on the second event(3 lines of text) I for ge the if(LOL)

When all else fails, stupidity rules.
|
|
|
cmurphe
Captain
  
Posts: 254
Registered: 6-6-2007
Location: Missouri
Member Is Offline
Mood: Ask Me
|
|
Thanks for everyones Help

When all else fails, stupidity rules.
|
|
|
Eagle_Eye
|
|
Don't forget, the ssn10000 wil only work for SP, or the host..no one else..
Coop will need group 1, as in my example..
EE
|
|
|
cmurphe
Captain
  
Posts: 254
Registered: 6-6-2007
Location: Missouri
Member Is Offline
Mood: Ask Me
|
|
KK

When all else fails, stupidity rules.
|
|
|