- Joined
- May 2, 2009
- Messages
- 69
I want to make it so at the start it says "Type in your name" and whatever you type replaces your player name. The problem is the only things you can do to replace it are things where you have to know exactly what to type in, like this:
-
Set Name
-
Events
-
Player - Player 1 (Red) types a chat message containing (Typed in name) as A substring
-
-
Conditions
-
Actions
-
Set PlayerName[1] = (Entered chat string)
-
-