Help!

Status
Not open for further replies.

iDevon

Solo Dolo
Dec 27, 2010
404
49
I am trying to add this command #region :rape <user>
case "rape": //Edition Version by James. [Al-Santoro],
{
if (rapeCdLooper != null)
{
Room.sendWhisper(roomUser, _Username, "(cooldown)");
}
else
{

virtualUser User = userManager.getUser(args[1]);

this.Room.sendSaying(roomUser, "*Comes close to " + User._Username + " and rips their clothes off with ease.");
if (User._roomID == this._roomID && (this.roomUser.Y == User.roomUser.Y && this.roomUser.X == User.roomUser.X) || (this.roomUser.Y + 1 == User.roomUser.Y && this.roomUser.X == User.roomUser.X) || (this.roomUser.Y - 1 == User.roomUser.Y && this.roomUser.X == User.roomUser.X) || (this.roomUser.Y == User.roomUser.Y && this.roomUser.X + 1 == User.roomUser.X) || (this.roomUser.Y == User.roomUser.Y && this.roomUser.X - 1 == User.roomUser.X))
User._Figure = "hd-180-3-ha-1012-62";
User._Mission = "[Victum] This user has been raped.";
User.refreshAppearance( false, true, true);
User.sendData("BK" + "You've just been raped! I suggest you call the cops..");
this.Room.sendSaying(roomUser, "*Begins raping " + User._Username + " and runs away with ease!");
this.Room.sendSaying(User.roomUser, "*Gets back up on their feet with tears in their eyes*");

}
}
break;
#endregion


But Idk where in virtual users to add?

CLOSE THREAD Ive done it already...

[mod] Post's merged - Kieren [/mod]
 
Status
Not open for further replies.

Users who are viewing this thread

Top