Oh man I get Frustrated Becease Nobdy wanna help me with this Flag Problem! :'( I REALY REAAAAALLLYYY NEED HELP!!!!
Is there Nobody that Can Help me Solve the Problem?
THIS IS THE PROBLEM ONCE AGAIN....
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 FlagPole! 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.
(BUT)The first time I take the Flag it get's back on the pole after 5seconds offcourse I know this script has to do something with it:
_flag = _this select 0
~5
?(!isnull (flagOwner _flag)): goto "return"
Exit
The 5 can be changed to 10 or whatever I want to to change the time it returns.
but the flag only get's back once
So this are the problems I have:
1: Flag Returns only once.
2:When Flag returns It isn't anymore Captured by anyone so it returns to Resistance side.
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 REALY! mean it Many THNX for the person who can solve this problem!
Terox don't you even see the Problem?
Normaly You alway's solved my problems :-\