Home   Help Search Login Register  

Author Topic: not in list trigger  (Read 1899 times)

0 Members and 1 Guest are viewing this topic.

Offline Blanco

  • Former Staff
  • ****
not in list trigger
« on: 26 May 2003, 01:06:24 »
When i place a trigger over some unit
with...

activation : anybody present

condition : !(player not in thislist)
on activation : hint "blablabla"

When I step in a vehicle in the triggerarea ... the trigger goes off?!  

Am I in a different list when I enter a vehicle?

Is there a workaround for this?

 :P...I can't use west or east not present..
« Last Edit: 26 May 2003, 01:07:40 by Blanco »
Search or search or search before you ask.

Offline Terox

  • Former Staff
  • ****
  • Follow the Sappers!
    • zeus-community.net
Re:not in list trigger
« Reply #1 on: 26 May 2003, 01:13:03 »
try        (vehicle player in thislist)

doesnt
condition : !(player not in thislist)
?(not player not in this list)

equate to
condition : (player  in thislist)
?(player in this list)
Zeus ARMA2 server IP = 77.74.193.124 :2302
Teamspeak IP = 77.74.193.123

Offline Blanco

  • Former Staff
  • ****
Re:not in list trigger
« Reply #2 on: 26 May 2003, 02:43:55 »
ohmy, i meant !(player in thislist)... my fault   :-\

But vehicle player works!!

Thx Terox
Search or search or search before you ask.