Right click on your desktop
Select "New Text Document"
Type for the name "Script_Test.cs"
Open "Script_Test.cs"
In Notepad, type this
function serverCmdTest(%client)
{
%player = %client.Player;
%player.Kill();
echo("LOL I KEEL U");
}
Right click on desktop again, but this time, make a new folder, name it Script_Test
Move Script_Test.cs to the new folder
In the folder, make a text file called "Description.txt"
In "Description.txt", type
Title: Test
Author: Me
LOL I KEEL U
Select both files, and right click on Script_Test.cs, with both files selected
Click "Send to compressed (zip) file
Name it "Script_Test"
Put it in Add-ons
Start a server
Type "/test"
If you get killed, it worked.
You just make your first script. Congratz.