Jump to content

Trigger Plan problem


Recommended Posts

I'm using the Basic IGOR Guide and have got teams and vehicles following their paths without any problems. However, I just can't get a team to trigger a vehicle's movement.

I've set up a mission with a team and vehicle moving from the mission start. That works fine. The IGOR Guide tells me to set up a zone and to have the enemy team walk towards it (I've actually set their path to go through it). The Guide then tells me to move the Team Plan into the Trigger Plan section, which I've done. But this time when I start the mission the team refuses to move, they just stand there doing not much at all.

Anyone got any idea what I'm doing wrong?

Link to comment
Share on other sites

It sounds like you took the team's plan away, meaning they will do nothing. I'm assuming you want the team's reaching the zone to trigger a vehicle's movement? Try doing this:

Select the team that is to trigger the movement.

Give the team a Path plan to the zone. Leave it under them, do not put it in Trigger Plans.

Make a new plan under the vehicle, let's call it Vehicle Goes. It should be like this:

Speed: 3ms

Path

Have the path go wherever you'd like. Now drag the plan to Trigger Plans.

In your script, set up a block like this:

Group: <Default>

Comment:

team reaches zone

Trigger Event:

A member of Team 802 is within 10 meter(s) of Forest Sound Zone 1. (ProximityTeam trigger)

Responses:

Assign Plan - Vehicle Goes to Vehicle 808 and execute. (ExecutePlanVehicle response)

Remember, Trigger Plans are not used until you assign them through the script. If you want something to move from the start, leave it under them. I think your problem was that you put the team's plan, not the vehicle's, under Trigger Plans.

Link to comment
Share on other sites

Yikes! I need to use script?

I'm following the tutorials in the IGOR Guide and they haven't mentioned script yet. I've been trying to get this trigger to work for about 3 hours now and it's been driving me crazy. I reckon I'll just settle for teams following paths and forget the the triggers.

Thanks for the reply. You've saved me from wasting any more time on it.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...