- Joined
- Jun 3, 2008
- Messages
- 31
- Reaction score
- 0
!fakeother <charname>
If you have an error with imports, try hitting Ctrl + I to fix the imports
You can clone anybody on your channel.
I know, I can see how this command has no practical use, but it's fun in a way.
Code:
} else if (splitted[0].equals("!fakeother")) {
MapleCharacter victim = cserv.getPlayerStorage().getCharacterByName(splitted[1]);
FakeCharacter fc = new FakeCharacter(victim, victim.getId() + victim.getFakeChars().size() + 1);
victim.addFakeChar(fc);
If you have an error with imports, try hitting Ctrl + I to fix the imports
You can clone anybody on your channel.
I know, I can see how this command has no practical use, but it's fun in a way.

