• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Trigger] Name Changing Trigger

Status
Not open for further replies.
Level 1
Joined
Jan 25, 2009
Messages
2
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?
 
Level 17
Joined
Jun 17, 2007
Messages
1,433
  • 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.
Top