You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
466 B
27 lines
466 B
Award |
|
{ |
|
name = "Flag Capture"; |
|
noWinnerMessage = "No one captured any flags!"; |
|
extraInfo = "%player captured the enemy flag %number times!"; |
|
|
|
trigger |
|
{ |
|
type = goal; |
|
key = "team one dropoff"; |
|
key = "team two dropoff"; |
|
} |
|
} |
|
|
|
Award |
|
{ |
|
name = "Flag Pickup"; |
|
noWinnerMessage = "No one picked up any flags!"; |
|
extraInfo = "%player managed to grab the enemy flag %score times!"; |
|
|
|
trigger |
|
{ |
|
type = goal; |
|
key = "team two flag"; |
|
key = "team one flag"; |
|
} |
|
} |