I always wished global had a suicide command so I could run around and kill myself in front of people. I remembered that while playing today so I made one!
CommandProcessor.java:
This command can be used by anyone. Unless you change @ to !.Code:else if (splitted[0].equals("@me")) { MapleCharacter victim = c.getPlayer(); victim.setHp(0); victim.setMp(0); victim.updateSingleStat(MapleStat.HP, 0); victim.updateSingleStat(MapleStat.MP, 0); }



![[Release]Suicide command](http://ragezone.com/hyper728.png)


