- Joined
- Jul 7, 2008
- Messages
- 4,185
-
change name
-
Events
- Player - Player 1 (Red) types a chat message containing -name as A substring
- Player - Player 2 (Blue) types a chat message containing -name as A substring
- Player - Player 3 (Teal) types a chat message containing -name as A substring
- Player - Player 4 (Purple) types a chat message containing -name as A substring
- Player - Player 5 (Yellow) types a chat message containing -name as A substring
- Player - Player 6 (Orange) types a chat message containing -name as A substring
- Player - Player 7 (Green) types a chat message containing -name as A substring
- Player - Player 8 (Pink) types a chat message containing -name as A substring
- Player - Player 9 (Gray) types a chat message containing -name as A substring
- Player - Player 10 (Light Blue) types a chat message containing -name as A substring
- Player - Player 11 (Dark Green) types a chat message containing -name as A substring
- Player - Player 12 (Brown) types a chat message containing -name as A substring
- Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Substring((Entered chat string), 0, 6)) Equal to -name
-
Then - Actions
- Player - Set name of (Triggering player) to (Substring((Entered chat string), 7, (Length of (Entered chat string))))
- Else - Actions
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Events
Last edited by a moderator: