Jump to content

LightFire53

Retired Admins
  • Posts

    1,251
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by LightFire53

  1.  

    New script, borrowed from CarlenWhite. More interesting, people seemed to enjoy it.

     

     

    //sets the underline and color, depending on the speaker's job by @CarlenWhite based off an Unknown person's code.

    if(mem("first_run") == FALSE){

    broadcast("Enhanced Telecoms Enabled. Enjoy!");

    mem("first_run", 1);

    }

     

    underline = 0;

    color = 0;

    bold = 0;

    color = "3b3b3b";

    cardcolor = "4f6a4d";

    alt = $job;

     

    blacklisted = vector();

     

    if(find(blacklisted, $source)){

    $pass = 0;

    }

     

    $headRadio = vector("Quartermaster", "Head of Security", "Chief Engineer", "Research Director", "Chief Medical Officer");

    $commandRadio = vector("Captain", "Head of Personnel");

    $centralRadio = vector("Internal Affairs Agent", "Lawyer", "Public Defender", "Magistrate", "Nanotrasen Representative", "Blueshield", "Nanotrasen Navy Officer");

    $securityRadio = vector("Head of Security", "Warden", "Detective", "Forensic Technician", "Security Officer", "Brig Physician", "Security Pod Pilot");

    $medicalRadio = vector("Chief Medical Officer", "Medical Doctor", "Surgeon", "Nurse", "Coroner", "Chemist", "Pharmacist", "Pharmacologist", "Virologist", "Pathologist", "Microbiologist", "Psychiatrist", "Psychologist", "Therapist", "Paramedic");

    $scienceRadio = vector("Research Director", "Geneticist", "Scientist", "Xenoarcheologist", "Anomalist", "Plasma Researcher", "Xenobiologist", "Chemical Researcher", "Roboticist", "Biomechanical Engineer", "Mechatronic Engineer");

    $engineeringRadio = vector("Chief Engineer", "Station Engineer", "Maintenance Technician", "Engine Technician", "Electrician", "Life Support Specialist", "Atmospheric Technician", "Mechanic");

    $supplyRadio = vector("Quartermaster", "Cargo Technician", "Shaft Miner", "Spelunker");

    $supportRadio = vector("Bartender", "Chef", "Cook", "Culinary Artist", "Butcher", "Botanist", "Hydroponicist", "Botanical Researcher", "Clown", "Mime", "Janitor", "Custodial Technician", "Librarian", "Journalist", "Barber", "Hair Stylist", "Beautician", "Chaplain");

    $civilianRadio = vector("Civilian", "Tourist", "Businessman", "Trader", "Assistant");

    $siliconRadio = vector("AI", "Cyborg", "Android", "Robot");

    $ERTRadio = vector("Special Operations Officer");

     

     

    if(find($headRadio, $job) + find($commandRadio, $job)){

    //underline = 1; // heads

    }

    if(find($centralRadio, $job)){

    color = "e6a84d"; // Central Radio

    cardcolor = "4664a0";

    }

    if(find($medicalRadio, $job)){

    color = "3b3b3b"; // Medical Radio

    cardcolor = "4d6cae";

    }

    if($job == "Chief Medical Officer"){

    color = "1c1c1c";

    cardcolor = "4d6cae";

    $job = "CMO";

    }

    if(find($scienceRadio, $job)){

    color = "3b3b3b"; // Science Radio

    cardcolor = "cb7cc5";

    }

    if($job == "Research Director"){

    color = "1c1c1c";

    cardcolor = "cb7cc5";

    $job = "RD";

    }

    if(find($siliconRadio, $job)){

    color = "3a3a3a"; // Silicon Radio

    cardcolor = "898f89";

    $source = "" + $source + "";

    $content = "" + $content + "";

    }

    if($job == "AI"){

    //underline = 1;

    color = "c60027";

    cardcolor = "898f89";

    }

    if(find($supportRadio, $job)){

    //color = "6eaa2c"; // Support Radio

    //cardcolor = "";

    }

    if(find($civilianRadio, $job)){

    //color = "808080"; // Civilian Radio

    //cardcolor = "";

    }

    if(find($securityRadio, $job)){

    color = "3b3b3b"; // Security Radio

    cardcolor = "ae424a";

    }

    if($job == "Head of Security"){

    color = "ae424a";

    cardcolor = "1c1c1c";

    $job = "HoS";

    }

    if(find($commandRadio, $job)){

    color = "383838"; // Command Radio

    cardcolor = "b9b9b9";

    }

    if($job == "Captain"){

    color = "c6aa00";

    cardcolor = "aa9100";

    }

    if($job == "Head of Personnel"){

    //color = "2b63d4";

    $job = "HoP";

    }

    if(find($engineeringRadio, $job)){

    color = "3a3a3a"; // Engineering Radio

    cardcolor = "e7ea5e";

    }

    if($job == "Chief Engineer"){

    color = "1c1c1c";

    cardcolor = "e7ea5e";

    $job = "CE";

    }

    if(find($supplyRadio, $job)){

    color = "3b3b3b"; // Supply Radio

    cardcolor = "bdaa84";

    }

    if($job == "Quartermaster"){

    //color = "c99336";

    //cardcolor = "";

    $job = "QM";

    }

    if ($job == "No id"){

    color = "3a3a3a";

    cardcolor = "b0593c";

    $job = "???";

    }

    if(find($ERTRadio, $job)){

    color = "e6a84d"; // Emergency Radio

    cardcolor = "363636";

    //underline = 1;

    bold = 1;

    $job = "ERT";

    }

    if (find("AI Captain", $job)){

    bold = 1;

    $content = "" + $content + "";

    }

     

    if ($source == "Poly"){

    $pass = 0; // Mute Poly.

    }

     

    // Names changed due to size constraints.

    // NONE

     

     

    //parses the whole thing

    //$content = replaceByWord($content, "AI", "AI");

    // display: inline-block; max-width: 100px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: center;

    workspace = " ";

    if (underline){

    workspace += "";

    }

    if (bold){

    workspace += "";

    }

    if (color){

    workspace += "";

    }

    workspace += $job;

    if (color){

    workspace += "";

    }

    if (bold){

    workspace += "";

    }

    if (underline){

    workspace += "";

    }

    workspace += " ";

    $source = workspace + " " + $source;

     

     

    • Like 1
  2.  

    Accessing NanoTrasen Employee File: IKELOS

    Security Access: Granted

     

    Stations of Employment: NSS Cyberiad, NDS Inferno

    Hiring Officer: Acaelus Thorne, NAS Crescent

    Suggested Occupations: Research, Security, Medical chemist, Command

    Start Date: November 30, 2557

     

    Origins: During the colonization of the Plasmaman home world, Boron, many Plasmamen were grateful for the progress the NanoTrasen scientists and colonists did for their civilization and signed on with Nanotrasen. Their ability to quickly grasp concepts such as science have made them a tremendous asset to NanoTrasen, albeit uncommon.

     

    Ikelos is one of such Plasmamen. Initially hired onto the NDS Inferno, he started off as an assistant to the Research Director, Auriel. Under her tutelage, he became quickly adept at robotics and started to serve as the primary robotics on the station after the last one went missing during a vox raid. He slowly then moved back into the main science division, working in chemistry to develop new kinds of grenades, toxic and otherwise. An attempt was made by Auriel to train Ikelos in their small Toxins division, but these didn't bode well with Ikelos, feeling a rather odd kinship to gaseous plasma.

     

    Slowly, the small and cramped science division on the NDS Inferno was beginning to lose interest for Ikelos. During a nuclear operation raid, Ikelos realized that he felt a thrill in combat, which is uncommon for plasmamen. Slowly, he began his work in Internal Affairs, working on memorizing each and every procedure in between the far and few between cases. Eventually, he felt confident enough to sign on as a security officer, and after a couple of shift, was starting to get the hang of it.

     

    On September 19, 2558, Ikelos was offered the chance to get training in the construction and piloting of space pods, just added to the NDS Inferno, along with several others aboard the station, and after a week long course, became a certified pod pilot as well as certification in pod construction.

     

    In addition, on August 17, 2559, Ikelos was offered the chance to receive formal training to become on of the NanoTrasen Supreme Court Judges, and accepted. During their time at the NAS Crescent, spanning from August 25 to October 1, 2559, Ikelos received training for both Magistrate and Blueshield occupations, completing within the top 10 of 50 students in each course.

     

    On January 1, 2560, Ikelos was first deployed to the NSS Cyberiad, serving similar roles to those on the NDS Inferno. Alternating between the NSS Cyberiad and the NDS Inferno, when Ikelos isn't at either station or in transit, he lives in a house that one of his friends on the Cyberiad, Hyperion, owns.

     

    Currently lives with the following NanoTrasen Employees: Araris Valerian, Tekzuk Einfar, Hyperion.

     

    End of Employee File.

    Connection closed.

     

  3.  

    One complaint I have... if the entrance decontamination area is changed into a lobby, then there's nowhere to wash up after doing robotics surgery to implant or debrain. I'd suggest putting a sink near the surgery area and hiding a shower near scichem or in the hallway to deal with being splashed or catching on fire.

     

    Moving the fire safety closets somewhere else would be cool too.

     

    Surgery already has a sink added to it

     

  4.  

     

    Having two desks seemed redundant to me, the only reason I did so is because one faces the lobby and the other science. I actually did try to divide up the room originally, but the plasma glass was annoying, looked ugly splitting it, and just got in the way. I used floor coloring to try and give the room a more divided feel, guess it didn't work. I'll try and work some of what you said in.

     

     

    No that I am awake and I am not stupidly tires, I wonder why the glass should have even been suggested in the middle. Seems like a hindrance. The two desks was more if you get busy, you have more than one outlet to help people.

     

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use