aquafloE
Private

Posts: 27
Registered: 4-1-2006
Member Is Offline
|
|
WAC COOP TRIGGERS/EVENTS
Does anyone know of any wac file conflictions that are a result of making a map coop?
Neither of the area commands seem to work (area and ssnarea). I'm trying to get a wave to play once I get into an area, but it's triggering before I
get into the area.
Also, does anyone know what numbers coorospond to the coop players? I know ssn 10000 is single player, but how do you specify another player in a coop
mission. It won't let me change the default group/team of a player starting point.
|
|
|
chrislew200
Field Marshall
     
Posts: 3368
Registered: 3-30-2003
Member Is Offline
Mood: ~RSU~ Is Home
|
|
If you are using the med then creat an event if grouparea in the med.
Then in the wac file use if event() to trigger it.
Chrislew200
No Longer Present
|
|
|
mr tarzan
Private

Posts: 93
Registered: 6-24-2005
Location: Norway
Member Is Offline
Mood: Happy
|
|
| Quote: | Originally posted by aquafloE
Does anyone know of any wac file conflictions that are a result of making a map coop?
Neither of the area commands seem to work (area and ssnarea). I'm trying to get a wave to play once I get into an area, but it's triggering before I
get into the area.
Also, does anyone know what numbers coorospond to the coop players? I know ssn 10000 is single player, but how do you specify another player in a coop
mission. It won't let me change the default group/team of a player starting point. |
if area(2) and never() then
flash
endif
The above wac event means. If any players is within area 2, then there will be a flash.
The players in a coop map are in group 1.
One reason that an event is already triggered could be that you forget "then" after the triggers.
In the above example; the flash will start when game starts and keep repeating itself. If you forget the "then"
mr tarzan
|
|
|
aquafloE
Private

Posts: 27
Registered: 4-1-2006
Member Is Offline
|
|
Thanks!
|
|
|