Blockland Forums > Help
how do you make new add-ons?
Tornjinx:
--- Quote from: darklink225 on October 02, 2011, 06:11:19 PM ---how do you make new add-ons?
--- End quote ---
Learn boy, learn!
*FacePalm*:
--- Quote from: Tornjinx on October 02, 2011, 09:13:28 PM ---Learn boy, learn!
--- End quote ---
--- Quote from: Crown2 on October 02, 2011, 06:54:48 PM ---Badspot says you'll never learn.
--- End quote ---
Badspot does not approve.
otto-san:
Badspot's "if you don't know now you never will" thing is more likely than not a joke.
Crown2:
--- Quote from: otto-san on October 03, 2011, 12:44:57 AM ---Badspot's "if you don't know now you never will" thing is more likely than not a joke.
--- End quote ---
Yeah.
mp7964:
Right click on your desktop
Select "New Text Document"
Type for the name "Script_Test.cs"
Open "Script_Test.cs"
In Notepad, type this
--- Code: ---function serverCmdTest(%client)
{
%player = %client.Player;
%player.Kill();
echo("LOL I KEEL U");
}
--- End code ---
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
--- Quote ---Title: Test
Author: Me
LOL I KEEL U
--- End quote ---
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.