Ok it's hard to make A capture and Hold the flag I tell ya! :-\
Why? Becease I keep getting problems First the vehicle Respawn then the Take Flag command won't work AND NOW THIS!
I got the take and Hold flag Tutorial from Tactician
Now everything works fine (ALMOST)
What is the last problem?
Well....Everytime when I wanna take the flag it get's off the DAMN POLE! I wan't the flag to stay on the pole,So I saw his Return script that has to fix the problem but it won't work!
So players can take the flag and run away with it that's not the meaning
So plz tell me what went wrong?
I made 3 triggers for the flags this is how they look like
a=0
b=0
repeating=once
text=Return Flag1
expCond= !isnull (flagOwner flag1)
expActiv= [flag1] exec "return.sqs"
and flag 2 and 3 look the same but then other number offcourse
and This is how my Return script looks like:
_flag = _this select 0
~5
?(!isnull (flagOwner _flag)): goto "return"
Exit
#return
(flagOwner _flag) SetFlagOwner objNull
_flag SetFlagOwner objNull
exit
Somebody sees the problem ?
Plzzz I real mean it Many THNX for the person who can solve this problem!