Cant Add Anymore Commands

trep

New Member
Sep 22, 2010
29
0
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
PHP:
#region :acholol
                    case "beer":
                        {
                            Room.sendShout(roomUser, "Starts To Drink Beer And Gets Intoxicated");
                            sendData("BK" + "Make Sure You Dont Drive !");
                            break;
                        }
                    #endregion
Is one of the commands please help.
Thanks,
TReP
 

Users who are viewing this thread

Top