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!
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), 7, 255))
I don't know wih tags show it like in the WE, but it should work like this. Just add the event for every player that should be able to change the name.
Or do you want the jass variant?
It works for me. Check if you did it like I did.
And tell me what you're doing.
You should type "-name yourname" to change your name. It works definatly if you do it right.
It works for me. Check if you did it like I did.
And tell me what you're doing.
You should type "-name yourname" to change your name. It works definatly if you do it right.
Do you have "-name " with the space at the end in the conditions? Either check that or change the 6 to 5. Can't think of anything else, as it's working for me. Could you upload the map so I can check?
Edit: Uploaded a map for you with working name changer.
The above trigger should work (if the space in the end is included), it would however be more efficient if you changed "255" to "(Length of (Entered chat string))".
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.