Page 1 of 6 123 ... LastLast
Results 1 to 10 of 56

Thread: Post Your Best One Liners with info

  1. #1

    Default Post Your Best One Liners with info

    I have 3;

    ;e wait_until { percentmind == 0 }; fput 'quit'
    it exits game when mind is fresh and clear.



    ;e GameObj.loot.each{|stuff| fput "touch #{stuff}"}
    touches trash on ground so it crumbles and other critters do not pick up


    this one is for my shattered character but some might find useful:

    checkpcs.each { |pc| start_script('waggle', [pc]); wait_while{running?('waggle')}}
    spells up everyone in the room

    This is an attempt to get a repo of oneliners here, so people stop uploading them to the lich repo

  2. Default

    Thanks ZZ. I like the touch one. The spell up is cool but who wants to spell up everyone in room.

    Thanks for sharing!

    Me

  3. #3

    Default

    actually the spellup room one was written for shattered.

  4. #4

    Default

    "Are you from Tennessee?"

    "Because you are the only 10 I see"
    PC RETARD HALL OF FAME

    Quote Originally Posted by Seran-the Current Retard Champion View Post
    Besides, Republicans also block abstinence and contraceptives anyway.
    Quote Originally Posted by Seran-the Current Retard Champion View Post
    Regulating firearms to keep them out of the hands of criminals, the unhinged, etc. meets the first test of the 2nd amendment, 'well-regulated'.

    Quote Originally Posted by SHAFT View Post
    You show me a video of me typing that and Ill admit it. (This was the excuse he came up with when he was called out for a really stupid post)
    Quote Originally Posted by Back View Post
    3 million more popular votes. I'd say the numbers speak for themselves. Gerrymandering won for Trump.

  5. #5

    Default

    Quote Originally Posted by Parkbandit View Post
    "Are you from Tennessee?"

    "Because you are the only 10 I see"
    actually born and raised in Memphis, Tennessee

  6. #6
    Join Date
    Apr 2005
    Location
    Close enough to Pittsburgh
    Posts
    1,723

    Default

    My favorite 1 liner...

    Code:
    ;e start_script('repository', ['download', 'totalsolution']);wait_while{running?('repository')};start_script('totalsolution')
    EVERYONE should use it!


    In memory of Ken "Zzentar" Dumas.

    Gibreficul

    AIM = Lord Gibreficul

  7. #7
    Join Date
    Nov 2006
    Location
    Potato
    Posts
    2,606

    Default

    # fixed borked swarm hurling autotargetting


    ;e npc = GameObj.npcs.find_all { |i| i.status !~ /dead|gone/ }[0]; if npc then put "hurl ##{npc.id}" else puts "<pushBold/>No valid targets<popBold/>" end;


    # make it an alias!
    ;alias add global ahurl=;e npc = GameObj.npcs.find_all { |i| i.status !~ /dead|gone/ }[0]; if npc then put "hurl ##{npc.id}" else puts "<pushBold/>No valid targets<popBold/>" end;
    Last edited by m444w; 07-09-2013 at 10:29 AM. Reason: ;e
    Discord: Ondreian#3875

    I have turned PMs off on these forums, if you want to chat, use Discord to contact me.

    knifty

  8. #8

    Default

    Quote Originally Posted by m444w View Post
    # fixed borked swarm hurling autotargetting


    npc = GameObj.npcs.find_all { |i| i.status !~ /dead|gone/ }[0]; if npc then put "hurl ##{npc.id}" else puts "<pushBold/>No valid targets<popBold/>" end;
    let me help you on the with info part....
    npc is the target, if alive, throws stuff at it if it still is breathing, if no targets it says boldly and in a pretty yellow ' no target here'

  9. #9
    Join Date
    Nov 2006
    Location
    Potato
    Posts
    2,606

    Default

    Quote Originally Posted by zzentar View Post
    let me help you on the with info part....
    npc is the target, if alive, throws stuff at it if it still is breathing, if no targets it says boldly and in a pretty yellow ' no target here'
    Thanks, much more thorough than my .lic comments. I have trouble expressing myself sometimes.
    Discord: Ondreian#3875

    I have turned PMs off on these forums, if you want to chat, use Discord to contact me.

    knifty

  10. #10

    Default

    Short in the front, long in the back… pickup trucks are the mullets of automobiles.
    Discord: 3PiecesOfToast
    [Private]-GSIV:Nyatherra: "Until this moment i forgot that i changed your name to Biff Muffbanger on Lnet"
    Quote Originally Posted by Back View Post
    I am a retard. I'm disabled. I'm poor. I'm black. I'm gay. I'm transgender. I'm a woman. I'm diagnosed with cancer. I'm a human being.
    Quote Originally Posted by time4fun View Post
    So here's the deal- I am just horrible



Similar Threads

  1. Need some info
    By Beguiler in forum General Gemstone
    Replies: 3
    Last Post: 01-31-2012, 03:52 PM
  2. Best Of: One Liners!
    By GoingGone in forum Nuisances and Annoyances
    Replies: 52
    Last Post: 08-24-2006, 02:16 AM
  3. need some info
    By Chyrain in forum Wizard
    Replies: 5
    Last Post: 05-10-2004, 10:22 PM
  4. 325 info
    By Taernath in forum Cleric
    Replies: 6
    Last Post: 08-14-2003, 03:13 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •