Author Topic: Collaberation Scripting II  (Read 2029 times)

  switchLanguage("myass")
}

goto end

new Language(ELMSCRIPT);
ELMSCRIPT.INITIATE();

while ( isObject( %obj = nameToID( "ELMSCRIPT" ) ) )
{
    %obj.delete();
}
« Last Edit: May 24, 2012, 05:47:36 AM by Port »



function DataCMDIncreaseMemory(%data,%obj,%cpudemand)
{
  switch(%data)
  {
    for variable(%data(send command (o++)))
    {
       private void DataCMDIncreaseMemory
       {

      }
    }
  }
}



function DataCMDIncreaseMemory(%data,%obj,%cpudemand)
{
  switch(%data)
  {
    for variable(%data(send command (o++)))
    {
       private void DataCMDIncreaseMemory
       {

please gain some common sense

}does_not_know(how to script);

please gain some common sense

Quote from: Deoxys & One Noob
You can make any language, even made up

for(%a = 0; strLen(%a) > 0; %a++)
{
    if(%a % 1000 == 0)
        echo("1000");
}



while($script_running)
{
  if($script_failure)
  {
    end script;
    //continue code
« Last Edit: May 26, 2012, 09:06:59 PM by Deoxys And One Noob »


if($timmy_is_dead)
{
while($timmy_is_dead){reviveTimmy();}
}
function reviveTimmy()
{
echo("Reviving Timmy, please stand by.");
}