Cant add :sit command to R63 RP

momintaysir

New Member
Mar 16, 2013
27
0
Hello , I cant add :sit command to my RP i have it but when I type in :sit it just comes *Sits Down* And i dont sit
7asuia

And heres the code shit from my command shit
Code:
#region Sit (:sit)
                    case "sit":
                        {
                        Actor.ClearStatusses();
                        Actor.SetStatus("sit", "1.0");
                        Actor.UpdateNeeded = true;
                        instanceByRoomId.BroadcastMessage(RoomChatComposer.Compose(Actor.Id, "*Sits down*", 0, ChatType.Shout), false);
                        return true;
                      }
                    #endregion


please help me if you can :)
 

Users who are viewing this thread

Top