l)emonStorm
New Member
- Reaction score
- 3
I am making a capture the flag map and have this trigger
However, if the item is in the alliance flag region, it is still doing the then actions. I've tried so long to fix this but nothing is working! Please help me. :banghead:
Code:
return alliance flag
Events
Unit - A unit Acquires an item
Conditions
(Item-type of (Item being manipulated)) Equal to Alliance Flag
((Owner of (Item being manipulated)) is an ally of Player 1 (Red)) Equal to True
Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
((Item being manipulated) is in Alliance Flag <gen>) Equal to True
Then - Actions
Item - Remove (Item being manipulated)
Item - Create Alliance Flag at (Center of Alliance Flag <gen>)
Quest - Display to (Player group((Owner of (Item being manipulated)))) the Quest Update message: Unable to pick up y...
Else - Actions
Item - Remove (Item being manipulated)
Item - Create Alliance Flag at (Center of Alliance Flag <gen>)
Quest - Display to (All players) the Secret message: The Alliance has re...
Set Flag_Returns[(Player number of (Owner of (Item being manipulated)))] = (Flag_Returns[(Player number of (Owner of (Item being manipulated)))] + 1)
Leaderboard - Change the value for (Owner of (Item being manipulated)) in Leaderboard_returns to Flag_Returns[(Player number of (Owner of (Item being manipulated)))]
Leaderboard - Show Leaderboard_returns
Wait 10.00 seconds
Leaderboard - Hide Leaderboard_returns
However, if the item is in the alliance flag region, it is still doing the then actions. I've tried so long to fix this but nothing is working! Please help me. :banghead:


