I
InTheNight
Guest
I need a little help, should be easy for all you pro's ^^;
I'm trying to make a simple little capture flag map, But whenever I test it, I can be player 1 and I pick up my own flag, And I immediately get 10 points.. I want to make it so I have to take the OTHER teams flag to my base... And I really think thats what my script reads as - But that's not how it works.. So I don't really know.
Please help me if you can, and if I didn't post enough information regarding it - Please let me know.
If you wish to talk via MSN mine is [email protected]
Thank you for reading.
P.S I think the :banghead: emoticon is *REALLY* cute
(I don't know why I had to mention that)
I'm trying to make a simple little capture flag map, But whenever I test it, I can be player 1 and I pick up my own flag, And I immediately get 10 points.. I want to make it so I have to take the OTHER teams flag to my base... And I really think thats what my script reads as - But that's not how it works.. So I don't really know.
Please help me if you can, and if I didn't post enough information regarding it - Please let me know.
If you wish to talk via MSN mine is [email protected]
Thank you for reading.
CapturedTeam2s
Events
Unit - A unit Acquires an item
Conditions
((Item carried by (Entering unit) of type Team 2 Flag) Equal to (Item carried by (Entering unit) of type Team 2 Flag)) and ((Team 1 Base <gen> contains (Triggering unit)) Equal to True)
Actions
Game - Display to (All players) the text: Team 1 Has Captured...
Leaderboard - Change the value for Player 1 (Red) in (Last created leaderboard) to (Team1Score + 10)
Set Team1Score = (Team1Score + 10)
P.S I think the :banghead: emoticon is *REALLY* cute


