- Joined
- Feb 3, 2009
- Messages
- 3,292
I'm trying to make the string which you can see in the bellow trigger be writen where normal in game chat messages are. adding \n gets me to the same height, but it's still a lot more right than game chat.
-
Say
-
Events
- Player - Player 1 (Red) types a chat message containing -say as A substring
- Player - Player 2 (Blue) types a chat message containing -say as A substring
- Player - Player 3 (Teal) types a chat message containing -say as A substring
- Player - Player 4 (Purple) types a chat message containing -say as A substring
- Player - Player 5 (Yellow) types a chat message containing -say as A substring
- Player - Player 6 (Orange) types a chat message containing -say as A substring
- Player - Player 7 (Green) types a chat message containing -say as A substring
- Player - Player 8 (Pink) types a chat message containing -say as A substring
- Player - Player 9 (Gray) types a chat message containing -say as A substring
- Player - Player 10 (Light Blue) types a chat message containing -say as A substring
- Player - Player 11 (Dark Green) types a chat message containing -say as A substring
- Player - Player 12 (Brown) types a chat message containing -say as A substring
- Conditions
-
Actions
- Custom script: set udg_TempString = "\n\n\n\n\n"
- Game - Display to (All players) for 15.00 seconds the text: ((TempString + [Global] |cff) + (Player_Colours[(Player number of (Triggering player))] + ((Name of (Triggering player)) + (:|r + (Substring((Entered chat string), 6, 50))))))
-
Events