HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Text Disapear?

05-03-2004, 01:38 AM#1
Phoenix-Flame
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
Shimrra
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
Phoenix-Flame
wow thanks
05-03-2004, 02:19 AM#4
Phoenix-Flame
Quote:
Originally Posted by Phoenix-Flame
wow thanks
one problem Game- Display what?
05-03-2004, 02:56 AM#5
Shimrra
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.