I'm still working on the same mission. I've managed to figure out out everything except this.
I've got my three players and I want them to activate a trigger the first time each of them enters it's zone. But I only want to activate it on -that- player's computer.
You see they may be there as a group, but they may not... If the first person to reach it activates the trigger for all of them and the other two aren't present then that story element won't make any sense to them.
So far I'm calling the story.sqs (which contains each plot thread for each player) directly from my triggers but if this needs a seperate script I'll call the story.sqs from that and and call the new script from the trigger.
I'm just struggling to work out how I'd structure a script to do it.