Hiya guys,
I wanna make a C# command, that whispers, YAAAAAAAAAAAY, het werkt.
But I even don't know how to 'let it' debug.
How to save that command so it works?
(I'm editing from the source directly, but how to let the source work)
Thanks guys,
Btje
(code btw)
I wanna make a C# command, that whispers, YAAAAAAAAAAAY, het werkt.
But I even don't know how to 'let it' debug.
How to save that command so it works?
(I'm editing from the source directly, but how to let the source work)
Thanks guys,
Btje
(code btw)
Code:
//giving a whisper when saying that command
#region :test
case "test":
Session.SendData(RoomChatComposer.Compose(Actor.Id, "YAAAAAAAY test werkt", 0, ChatType.Whisper));
#endregion