Server Problem C# Basic Setup

Adding event handlers go in the constructor. You call the event in a tick.

i.e. TriggerEvent(sendMotd, "hi");

checkout [How-to] Setting up C# and creating a basic resource

You should use .NET Framework 4.5.2