Blockland Forums > Modification Help

Scripting Codes?

Pages: (1/3) > >>

Call Me Carl:

I NEED SCRIPTING CODES.

If anyone can tell me some scripting codes i will be so happy.

What i want to know is what {} are for, %s are for, -->s are for, and what  /// are for.



}else
{
   // If you do not have RTB you can change the preferences here
   $Pref::Duplicator::AdminOnly           = 0;   // Can only admins use the duplicator? (0 - No, 1 - Yes)
   $Pref::Duplicator::MaxBricks::Admin    = 5000;   // Max bricks selectable by an admin with the duplicator.
   $Pref::Duplicator::MaxBricks::NonAdmin = 500;   // Max bricks selectable by a non-admin with the duplicator.
   $Pref::Duplicator::TimeoutA::Admin     = 0;   // Amount of seconds before an admin can select some bricks again.
   $Pref::Duplicator::TimeoutA::NonAdmin  = 20;   // Amount of seconds before a non-admin can select some bricks again.
   $Pref::Duplicator::TimeoutB::Admin     = 0;   // Amount of seconds before an admin can duplicate again.
   $Pref::Duplicator::TimeoutB::NonAdmin  = 20;   // Amount of seconds before a non-admin can duplicate again.
   $Pref::Duplicator::TimeoutC::Admin     = 0;   // Amount of seconds before an admin can save a duplication again.
   $Pref::Duplicator::TimeoutC::NonAdmin  = 20;   // Amount of seconds before a non-admin can save a duplication again.
   $Pref::Duplicator::RotateSpecial       = 1;   // Rotate special properties relative to bricks? (0 - No, 1 - Yes)
   $Pref::Duplicator::SaveLoad            = 1;   // Enabling saving and loading of duplications? (0 - No, 1 - Yes)
   $Pref::Duplicator::Trust               = 2;   // Trust level requiired to duplicate bricks. (0 - None, 1 - Build, 2 - Full, 3 - You)
   $Pref::Duplicator::UndoMode            = 2;   // What happens when a duplication is undone, (CTRL-Z)? (0 - Nothing, 1 - Bricks deleted one by one, 2 - All bricks deleted)
   $Pref::Duplicator::TooFar              = 0;   // Obey the 'Too Far' limit? (0 - No, 1 - Yes)
   $Pref::Duplicator::Item                = 1;   // Create an item for the duplicator? (0 - No, 1 - Yes)
}


:cookieMonster: :cookieMonster: :cookieMonster:

jes00:


--- Quote from: Call Me Carl on June 22, 2011, 01:41:39 AM ---I NEED SCRIPTING CODES.

If anyone can tell me some scripting codes i will be so happy.
 :cookieMonster: :cookieMonster: :cookieMonster:

--- End quote ---
Please be more specific.

Zloff:


--- Code: ---exec("filenamehere");
--- End code ---
there

PNetwork2011:


--- Quote from: Call Me Carl on June 22, 2011, 01:41:39 AM ---I NEED SCRIPTING CODES.

If anyone can tell me some scripting codes i will be so happy.

What i want to know is what {} are for, %s are for, -->s are for, and what  /// are for.

:cookieMonster: :cookieMonster: :cookieMonster:

--- End quote ---
; () $ \c#Hello

otto-san:

Torque doesn't use -->

What?

Pages: (1/3) > >>

Go to full version