Thanks johnnyboy,
I found that in the CommandRef. Put it in same line and "Bobs your uncle". But another problem has cropped up. When I put several targets in the "On Activation" field, I get one target spawning for every instance that the Trigger is tripped.
For instance:
I placed a trigger with something like this in On Activation:TargetA= "abc" creatVehicle [xx,yy,zz]; TargeA setDir 45;TargetB= "abc" creatVehicle [xx,yy,zz]; TargeB setDir 45;. I thought that would give me 2 Tartgets at different locations at the same time. But, it doesn't. I gives me one Target per intance that the trigger is tripped.
So my next question is this: Should the command in the On Activation field for this Trigger be createGroup, or some sort of string, or an array?
I have to say that I am very greatefull for the help you guys give. I know you all must have better things to do.
Thanks,