Blockland Forums > Modification Help
Iban Explains it All
Iban:
Okay. I just wrote up this test script that will demonstrate to you how to set up an add-on.
It covers:
1. Proper Add-On Setup.
2. Script Organization
3. Global Variable Declaration
4. RTB Variable Setup.
5. Function declaration.
6. ServerCmd usage.
7. MessageAll / MessageClient
8. Schedules
If you want to see anything in the script elaborated or added, tell me.
Download Test Add-on
Be sure to extract the files into a folder named "Script_Test" so you can edit and execute the scripts!
Killer2:
--- Quote from: Iban on March 04, 2011, 08:51:33 PM ---Okay. I just wrote up this test script that will demonstrate to you how to set up an add-on.
It covers:
1. Proper Add-On Setup.
2. Script Organization
3. Global Variable Declaration
4. RTB Variable Setup.
5. Function declaration.
6. ServerCmd usage.
7. MessageAll / MessageClient
8. Schedules
If you want to see anything in the script elaborated or added, tell me.
Download Test Add-on
Be sure to extract the files into a folder named "Script_Test" so you can edit and execute the scripts!
--- End quote ---
Google is being a richard dude.
Iban:
--- Quote from: Killer2 on March 04, 2011, 11:36:35 PM ---Google is being a richard dude.
--- End quote ---
I forgot to make the file public.
This is fixed. My bad.
Killer2:
No section 3?
Iban:
--- Quote from: Killer2 on March 05, 2011, 12:03:09 AM ---No section 3?
--- End quote ---
Whoops! Forgot to add that.
Does it make sense up to this point, though?