| 05-03-2004, 01:38 AM | #1 |
I kno this question was asked befour but i cant find it how can you make a trigger that spams your screen with blank messages and what ever a player types goes away in a second? |
| 05-03-2004, 02:12 AM | #2 |
Try this: Code:
Trigger 001
Events
Player - Player 1 (Red) types a chat message containing as A substring
Conditions
Actions
For each (Integer A) from 1 to 20, do (Actions)
Loop - Actions
Game - Display to (All players) the text: <Empty String>This sets it so when the specified player types anything with a space, the game creates 20 lines of nothingm effectively wiping out their message. Hope this helps! -Shimrra |
| 05-03-2004, 02:17 AM | #3 |
wow thanks |
| 05-03-2004, 02:19 AM | #4 | |
Quote:
|
| 05-03-2004, 02:56 AM | #5 |
When it asks for you to put in what to display, make sure there are no spaces and no text; then hit OK. It should appear as empty string in the editor, meaning that no text will be displayed. |
