mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-17 14:07:48 +00:00
1
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
Award
|
||||
{
|
||||
name = "Flag Capture";
|
||||
noWinnerMessage = "No one captured any flags!";
|
||||
extraInfo = "%player captured the enemy flag %number times!";
|
||||
|
||||
trigger
|
||||
{
|
||||
type = goal;
|
||||
key = "team 2 dropoff";
|
||||
key = "team 1 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 = "red flag";
|
||||
key = "blue flag";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user