A PLAYER types message

For fulfilled maps that most likely don't work on the latest patch (1.24 or later).

Moderator: Cheaters

User avatar
Kyzerdrood
Junior Member
Posts: 35
Joined: May 28th, 2008, 9:21 pm
Title: eruliaF

A PLAYER types message

Post by Kyzerdrood »

is there a way for me to instead of doing

Code: Select all

Gold
    Events
        Player - Player 1 (Red) types a chat message containing g as A substring
        Player - Player 2 (Blue) types a chat message containing g as A substring
        Player - Player 3 (Teal) types a chat message containing g as A substring
        Player - Player 4 (Purple) types a chat message containing g as A substring
        Player - Player 5 (Yellow) types a chat message containing g as A substring
    Conditions
    Actions
to make it

Code: Select all

Gold
    Events
        Player - a Player types a chat message containing g as A substring

    Conditions
    Actions
???

If so pls tell me it would make it so much faster ><
Arabidnun
Forum Staff
Posts: 506
Joined: August 5th, 2007, 1:38 pm
Title: Gui Expert
Location: *Unknown*

Re: A PLAYER types message

Post by Arabidnun »

Sadly, there is no faster way of creating a general player types a message. You must do each one individually.

CTRL + C and CTRL + V will be your best friend while editing.