[Trigger] Name Changing Trigger

Status
Not open for further replies.

TheObserver

T

TheObserver

Rename
Events
Player - Player 1 (Red) types a chat message containing -name as A substring
Conditions
(Substring((Entered chat string), 1, 15)) Equal to -name
Actions
Player - Set name of (Triggering player) to (Substring((Entered chat string), 15, 30))


Does anyone know why this doesn't work?
 
  • Rename
    • Events
      • Player - Player 1 (Red) types a chat message containing -name as A substring
      • Conditions
        • (Substring((Entered chat string), 1, 6)) Equal to -name
    • Actions
      • Player - Set name of (Triggering player) to (Substring((Entered chat string), 6, 30))
This will work. Why were you using 15? Also, make sure it's "-name " and not
"-name".
 
Status
Not open for further replies.
Back
Top