Warcraft III resources & community, 2003–2006 · archived

need to no 2 things

3 posts
#1

need to no 2 things

can some one tell me how to do these 2 triggers plz first one is
if a play types say -name swordman it would change there name to swordman i no how to make it so that it works with the one name but how can u do it so it works with whatever they type

second one is how can u make a command that randomly changes your color not jsut to the basic team ones but to other ones
#2
There are no other colors than
Red
Blue
Teal
Purple
Yellow
Orange
Green
Pink
Grey
Light Blue
Dark Green
Brown
Black
to my knowledge at least...
And the second one is also a negatory. Neither can be done.
Sorry.
At least, with basic WE GUI... iunno about JASS, WEU, JASScraft, or any other program.
--donut3.5--
#3
2) look last post
1) to change player name by entered chat string:

player enters -name as substring
change (name of (triggering player)) to substring(entered chat string, 7, length of (entered chat string))

hope i could help u with this