I just added :smoke :smokeweed and :giveitem. After that ive tried to add a few other commands. :smoke :smokeweed and :giveitem work fine after debug. But when I debug the other commands they do not work. Such as my :beer command :hug and :kiss
Is one of the commands please help.
Thanks,
TReP
PHP:
#region :acholol
case "beer":
{
Room.sendShout(roomUser, "Starts To Drink Beer And Gets Intoxicated");
sendData("BK" + "Make Sure You Dont Drive !");
break;
}
#endregion
Thanks,
TReP