I know this has been made before, but this is my 1st release! ;D
This is the :bite x command.
Hope you enjoy!
This is the :bite x command.
PHP:
#region :bite <user>
case "zombie":
case "bite":
case "throwup":
{
virtualUser User = userManager.getUser(args[1])
Room.sendShout(roomUser, "*Makes " + User._Username + " a Zombie*");
User._Figure = hr-190-1028.lg-720-1028.he-1609-92.wa-2002-110.;
User._Mission = "I am infected! Watch out!";
User.refreshAppearance(false, false, true);
}
break;
#endregion
Hope you enjoy!