- Joined
- May 11, 2012
- Messages
- 2,103
why those triggers not works?
-
Music Orc 1
-
Events
- Player - Player 1 (Red) types a chat message containing -music orc1 as An exact match
- Player - Player 2 (Blue) types a chat message containing -music orc1 as An exact match
- Player - Player 3 (Teal) types a chat message containing -music orc1 as An exact match
- Player - Player 4 (Purple) types a chat message containing -music orc1 as An exact match
- Player - Player 5 (Yellow) types a chat message containing -music orc1 as An exact match
- Player - Player 6 (Orange) types a chat message containing -music orc1 as An exact match
- Player - Player 7 (Green) types a chat message containing -music orc1 as An exact match
- Player - Player 8 (Pink) types a chat message containing -music orc1 as An exact match
- Conditions
-
Actions
- Custom script: if GetLocalPlayer() == GetTriggerPlayer() then
- Sound - Play Orc1 <gen>
- Custom script: endif
-
Events
-
Music Nightelf 1
-
Events
- Player - Player 1 (Red) types a chat message containing -music nightelf1 as An exact match
- Player - Player 2 (Blue) types a chat message containing -music nightelf1 as An exact match
- Player - Player 3 (Teal) types a chat message containing -music nightelf1 as An exact match
- Player - Player 4 (Purple) types a chat message containing -music nightelf1 as An exact match
- Player - Player 5 (Yellow) types a chat message containing -music nightelf1 as An exact match
- Player - Player 6 (Orange) types a chat message containing -music nightelf1 as An exact match
- Player - Player 7 (Green) types a chat message containing -music nightelf1 as An exact match
- Player - Player 8 (Pink) types a chat message containing -music nightelf1 as An exact match
- Conditions
-
Actions
- Custom script: if GetLocalPlayer() == GetTriggerPlayer() then
- Sound - Play NightElf1 <gen>
- Custom script: endif
-
Events