Quote:
|
Originally Posted by shadowhunter09
Err... How do I make it so that when player X types a text message containing -Help the next text only appears to the player that typed it... I tried to make the player a variable but it didn't work... :(. HELP!
|
Use the event Player - Chat Message Entered, or something like that, its under player and has something to do with chat message.
Set it to Player 1 types chat message -Help as an exact match.
Add multiple events, one for each player.
Theres an action, Game - Displaye message. Use that.
To make it work for the player that types the message, do a If/Then/Else action, and set condition to Triggering Player equal to player on, and set the action to display the text message to Player 1.