forked from DRRP-Team/DRRP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLOCKDEFS
36 lines (31 loc) · 744 Bytes
/
LOCKDEFS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/**
* Copyright (c) 2017-2019 DRRP-Team
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
ClearLocks
Lock 1 {
DRRPRedCard
Message "$DRRP_D_REDDOOR"
RemoteMessage "You need a red card to activate this object"
Mapcolor 255 0 0
}
Lock 2 {
DRRPBlueCard
Message "$DRRP_D_BLUEDOOR"
RemoteMessage "You need a blue card to activate this object"
Mapcolor 0 0 255
}
Lock 3 {
DRRPYellowCard
Message "$DRRP_D_YELLOWDOOR"
RemoteMessage "You need a yellow card to activate this object"
Mapcolor 255 255 0
}
Lock 7 {
DRRPGreenCard
Message "$DRRP_D_GREENDOOR"
RemoteMessage "You need a green card to activate this object"
Mapcolor 0 255 0
}