wouldn't know
maybe he don't get in because he thinks yer STILL the driver,
like if he's told to get in before you get out (
;D ) dunno really....
But as long as you're learning (you are, right now... hm?! ) then all is well
Let's make our own lil' tute here, if ya can't get that other thing to work.
(though I seem to remember Johann's tute as one of the more profound ones?!)
Say, you drive a jeep. If the jeep is a "JEEP" ( :beat: ), then you're the default driver, right?!
K' then yer in-game-name would be "JeepD" if the vehicle was named Jeep in the name field
when created on the map. So to let YOU join someone would take a trigger like this one:
Condition field :
!(jeepD in Jeep) && Jeep in thislist
Then set the trigger to activated by WEST/present.
And the "On Activation" field could go (provided we already addded some group anywhere near) :
[jeepD] join Morons
This would make you join a pack of troopers with the grpName "morons"
To name a group, put this in the INIT field of a grp member (any member) :
morons = units group this
And the waypoint for assingning you back into the vehicle is now allowed to happen.
(this WP would then obviously not activate before you have joined the group).
So put a "HOLD" wp right in front of the grp leader, the hit F5 and drag a
synch. line from wp to the trigger, so any wp's after this HOLD WP won't happen
till the trigger have fired.
Then a simple GET IN waypoint can be put on the spot where your jeep supposed to
be parked once you've joined the group.
And in this new WP, just type the following spells :
"_x action ["GET IN", jeep]" foreach morons; assignasCargo Morons
This would make the leader command you & the other troopers in back of the jeep.
(so the group can't be much more then a few d00ds, or you'll have to use a truck instead)
;D
PS. To assign a specific d00d as driver, just put :
Bob (his uniName, made in his "NAME" field when created) action ["GET IN", jeep]; assignasDriver Bob
hope it helps, m8
feel free to nag at my sorry ass if it doesn't rock! :hmm: :noo: :cheers: