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
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