C# Drunk Command (Roleplay)

LegalizedMarijuana

New Member
Sep 14, 2014
4
0
Hello,
Today I am releasing my drunk command.
I currently don't have a roleplay I got bored so I decided to release it to you guys if there is any bugs contact me enjoy!



#region :drunk
case "drunk":
case "drinking":
{
using(DatabaseClient dbClient = Eucalypt.dbManager.GetClient())
{
dbClient.runQuery("UPDATE user SET health = health = - '25' WHERE name =
'" + _Username + "'");
dbClient.runQuery("UPDATE user SET credits = credits = - '50' WHERE name = '" + _Username + "'");
Room.sendSaying(roomUser, "*Takes the cap of my bottle of vodka and takes a swing and gets drunk*");
sendData("BK" + "You're now drunk!");
_Mission = "[Drunk] This user is drinking to much vodka.";
refreshAppearance( false, true, true);
}
}
break;
#endregion
 

JayC

Well-Known Member
Aug 8, 2013
5,505
1,401
Sweet dude anything else you would like to copyright? :D

Worst part is you copied the exact code found here:
 

Users who are viewing this thread

Top