Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
trigger exclude people
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: trigger exclude people (Read 466 times)
0 Members and 1 Guest are viewing this topic.
j-man
Guest
trigger exclude people
«
on:
24 Jan 2004, 03:06:14 »
I have a trigger that detects if all west units are not present. What I need is for the trigger to exclude the player. Would something like this work?
Code:
[Select]
this && (!player present) || this && (player present)
Thanks is advance
Logged
deaddog
Guest
Re:trigger exclude people
«
Reply #1 on:
24 Jan 2004, 22:45:09 »
Try this out:
condition: (count (thislist - [player])) == 0
Logged
Artak
The old beanbag shaker
Former Staff
You want to talk about it, yes?
Re:trigger exclude people
«
Reply #2 on:
24 Jan 2004, 23:07:02 »
or
?({_x in thislist} WEST countside (thislist - [player])) == 0
Logged
Not all is lost.
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
trigger exclude people
Top of page