All my commands

Status
Not open for further replies.

Sujoyy

Member
Jan 21, 2011
147
1
So, from now on, I am going to post all my commands here. I jsut made a new RP command.
It's called heartattack.
Code:
#region :heartattack
case "heartattack":
{
using(DatabaseClient dbClient = Eucalypt.dbManager.GetClient())
{
dbClient.runQuery("UPDATE user SET health = health = -'95' WHERE name = '" + _Username + "'");
Room.sendShouting(roomUser, "*Gets a heart attack*");
Room.sendWhisper(roomUser, _Username, "Hurry! Go to the hospital! You have no more time!");
_Mission = "[HELP] HELP ME! YOU NEED TO TAKE ME TO THE HOSPITAL SO I DON'T DIE!";
refreshAppearance( false, true, true);
}
}
break;
#endregion
 

Tr0ll.

Member
Nov 20, 2010
99
5
This doesn't make any sense.
Who would WANT to have an heart attack.

You would incorporate this within workout,
 

Dayron1234

Rapnameiszero,cuzIhavezero,toleranceforidiots
Jun 30, 2010
772
35
It would be better if you workout to much and you get a heart attack LOL! but good I guess
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,194
3,901
This is stupid, it's got no checking for their current health or anything, I suggest you add more, before providing us with stupid[/D] commands..
 

AyJay

Member
Sep 12, 2010
239
8
Making a command to technicly kill yourself is a bad idea, But the coding is pretty well aligned... But still? This is pointless.
 

Sujoyy

Member
Jan 21, 2011
147
1
Edit, removed. Going to add it to an rp. So code it your self. ;3
 
Status
Not open for further replies.

Users who are viewing this thread

Top