- Joined
- Jul 28, 2009
- Messages
- 1,086
I tried playing around with namechanging on certain players joining my map, but it doesn't seem to react.
What am i doing wrong?
- On mapstart
- Checking player 1-8
- Check if playername matches
- Change playername to [whatever]
then nothing
Here's how i set it up:
What am i doing wrong?
- On mapstart
- Checking player 1-8
- Check if playername matches
- Change playername to [whatever]
then nothing
Here's how i set it up:
-
VIP
-
Events
-
Map initialization
-
-
Conditions
-
Actions
-
For each (Integer A) from 1 to 8, do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Name of (Player((Integer A)))) Equal to Cutic
-
-
Then - Actions
-
Player - Set name of (Player((Integer A))) to Test Name
-
-
Else - Actions
-
Do nothing
-
-
-
-
-
-