Page 1 of 1
Add (Creator) To Name
Posted: Thu Sep 23, 2010 3:19 pm
by OrcSlayer101
I've seen quite a few maps that when the creator is playing, it says (Creator) in front of their name, Or (The Godly) Etc...
How do i do that? Could you please post the full trigger?
Help
Re: Add (Creator) To Name
Posted: Thu Sep 23, 2010 3:24 pm
by 3ICE
On map init loop through all players and check if their name matches the creator's name. If it does, then use
Player - Change Player Name to do whatever you want.
Re: Add (Creator) To Name
Posted: Thu Sep 23, 2010 3:31 pm
by OrcSlayer101
Yeah thats the problem how do i do that loop part?
Re: Add (Creator) To Name
Posted: Thu Sep 23, 2010 3:36 pm
by 3ICE
Pick/For each player in (all players)
Re: Add (Creator) To Name
Posted: Thu Sep 23, 2010 3:39 pm
by OrcSlayer101
lol i meant the part of how to check if someone = my name, sorry for confusion
Re: Add (Creator) To Name
Posted: Thu Sep 23, 2010 3:44 pm
by 3ICE
If Player - Name of (Picked Player) == "OrcSlayer101" then