OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: eversman on 21 Jun 2003, 19:46:02

Title: You are in my group... or not...?????
Post by: eversman on 21 Jun 2003, 19:46:02
Hi guys... two guestions.
How i could check that ap belong to ap2 group.
And is it possible to create a invisible marker????
Title: Re:You are in my group... or not...?????
Post by: LCD on 21 Jun 2003, 23:10:59
1)

? (leader ap) == (leader ap2) :

or in triger - condition field

(leader ap) == (leader ap2)

shud work ;D ;)

2) use type empty wen chosing types

LCD OUT
Title: Re:You are in my group... or not...?????
Post by: eversman on 22 Jun 2003, 12:16:11
thanks, i try this...
Title: Re:You are in my group... or not...?????
Post by: Chris Death on 22 Jun 2003, 13:36:18
Just to add one more way:

group ap == group ap2

~S~ CD
Title: Re:You are in my group... or not...?????
Post by: eversman on 22 Jun 2003, 22:35:24
1)

? (leader ap) == (leader ap2) :

or in triger - condition field

(leader ap) == (leader ap2)

shud work ;D ;)

2) use type empty wen chosing types

LCD OUT

LCD when i use empty type, i see only BIG marker on the map that isn't invisible  :P ???
Title: Re:You are in my group... or not...?????
Post by: LCD on 22 Jun 2003, 23:50:29
in da mision editor ?

its visible 2 misionmaker so u can know were u put it :P - preview da mision or load it ;) :P

LCD OUT
Title: Re:You are in my group... or not...?????
Post by: eversman on 24 Jun 2003, 00:19:50
Thanks guys... it's now works OK!!!! :D