OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: Pellejones on 21 Sep 2003, 23:06:31

Title: Hint activated when specific player enters
Post by: Pellejones on 21 Sep 2003, 23:06:31
Hi!

I've made a simple Cop vs Robbers mission.

How do I create a trigger that only activates if a certain player enters it?
I can't figure it out.

ex:
I have a guy with
name: badguy1
played by my friend Martin.

Now, I only want the trigger that does hint "The badguy is moving towards Levie" to be activated when Martins player enters the trigger.

Of course there are more players (cop1, cop2, cop3, badguy2)

How do I do that?

Thanks!
Title: Re:Hint activated when specific player enters
Post by: KyleSarnik on 22 Sep 2003, 00:32:15
in the trigger make it activated by anoybody and in the condition type: badguy1 in thislist

should work...