yuray
03-06-2008, 06:01 PM
Hi all, long LONG time CnC fan, first time poster.
I have Generals without Zero Hour and am making a single player map.
I have two problems:
Problem1) The team that I have paradropping in at the beginning of the mission won't attack the buildings I want it to after they land, they just sit there.
Script 1
IF true,
THAN Spawn an instance of Team 'Paradrop1' at waypoint 'LZ 1'
Script 2
IF team 'Paradrop 1' all enter area 'Water Grid' (I also tried making an area around where they landed and putting that) (Surfaces allowed: Ground)
THAN Team 'Paradrop 1' change their attitude to Agressive
and
Team 'Paradrop 1' attack anything in area 'Base'
Problem2) Even when I have units sitting in the two trigger areas, this script doesn't execute.
When one unit from team 'teamplayer' (that's the human player) enters area 'area1'
AND One unit from team 'teamplayer' enters area 'area2'
THAN
Show military briefing string "bla bla bla"
The map is revealed at Waypoint 'Secret base' with a radius of 75 ft for player 'player'
team 'hunters' begin hunting
Thanks a ton in advance!
I have Generals without Zero Hour and am making a single player map.
I have two problems:
Problem1) The team that I have paradropping in at the beginning of the mission won't attack the buildings I want it to after they land, they just sit there.
Script 1
IF true,
THAN Spawn an instance of Team 'Paradrop1' at waypoint 'LZ 1'
Script 2
IF team 'Paradrop 1' all enter area 'Water Grid' (I also tried making an area around where they landed and putting that) (Surfaces allowed: Ground)
THAN Team 'Paradrop 1' change their attitude to Agressive
and
Team 'Paradrop 1' attack anything in area 'Base'
Problem2) Even when I have units sitting in the two trigger areas, this script doesn't execute.
When one unit from team 'teamplayer' (that's the human player) enters area 'area1'
AND One unit from team 'teamplayer' enters area 'area2'
THAN
Show military briefing string "bla bla bla"
The map is revealed at Waypoint 'Secret base' with a radius of 75 ft for player 'player'
team 'hunters' begin hunting
Thanks a ton in advance!