Adium
Dock Icons Emoticons Contact List Styles Message Styles Sound Sets AppleScripts Status Icons Service Icons Menu Bar Icons Plugins Miscellaneous All
Pick up lines 2.0 (12/16/04)

Pick up lines 2.0 (12/16/04)

Submitted By Jay Patteson (ipi37)

Description

Version 2.0 released

Pick up lines... a script for geeks and nerds who need a date

This little scripty just grabs a random pick up line from a completely editable file inside the package. If you want to add more lines to your list, feel free. the directions on where you add them is on the file called pickups.txt inside the package. If you don't know how to open the package and find this file, then you probably shouldn't be editing it anyways. Have fun all and bell well

Hopefully this will be a community project. I would like blocks of 20 or more pick up lines from you fellow Adium lovers out there. I will "hopefully" add them to the list and repost the script from time to time, with an updated date. :)

--------------------
New features 12/16/04
--------------------


Version 2.0 adds 2 new features as well as a bunch more pick up lines.

1. It shows the number associated with the random pick up line it chose.
2. It has an additional script that lets you select a pick up line by their number.

With these two features, you kind of have a favorites feature now.

Look for an actual Favorites option in versoin 3.0!

p.s. I am sorry that version 2.0 came out so quickly after version 1.0, but I am learning applescript very quickly and figuring out all kinds of cool tricks. :D It will probably be awhile before 3.0 comes out.

Images

Comments

You can reply to individual comments by clicking the "Reply" link next to each.

# by STIAFL on 12/14/04 at 17:04:48

heh! i use these all the time!!!

# by ipi37 on 12/14/04 at 18:22:07

doh!... just realized I need to add:

R U M O F?

# by senirupa on 05/14/07 at 13:47:08

Hi, there seems to be a problem with the script,
when I type _pickup
nothing appears
I tried editing the script, as iNemo suggested, but it kept getting error messages.
Can you help?

Thanks

# by Reikon on 12/16/04 at 08:59:26

this owns!! 5/5!

# by Suzi on 01/22/05 at 19:45:26

whats the standard command for this? I'm pants with applescript ^-^

# by on 02/07/05 at 16:13:03

I don't know how to use it,,,,, CAn someone help me please???........

# by on 02/12/05 at 18:32:17

Right click the text box in the message window, select "Insert Script" and it'll give you a long list of the scripts you have installed and you can select it from there. The appropriate text will appear in your text box, and bam, you've learned it.

(I had trouble with this for awhile, too.)

# by on 02/17/05 at 06:30:05

i do that, but it doesnt come up with a list of the extras i have added, how can i make it work??????

# by on 02/28/05 at 07:34:49

Seriously wehn someone knows how to use this post er up. it stillwont do it.
ok thanks i need some good pickuplines after the yomama jokes

# by Jason on 03/05/05 at 17:01:27

is there a way to remove the approval deal?

# by iNemo on 04/01/05 at 15:50:08

download it, then control-click (right-click) the pickup.adiumscript file and select "Show Package Contents". Then open the resources folder and open pickup.scpt in Script Editor.

Change the "(" & (pick as string) & " of " & (counted - 2 as string) & ")"
display dialog pickupplus buttons {"Forget It", "Try Again", "Use"} default button "Use"
if (button returned of result) is "Use" then
return pickup
else
if (button returned of result) is "Forget It" then
return ""
else
getpickup()
end if
end if"

to

"return pickup"

and you will be set :)

# by on 04/05/05 at 17:35:48

yeah....what do you type to use this.


i've tried /everything!

# by on 04/05/05 at 17:41:55

ok i figured it.

its not / its _


so type _pickup

:-)

# by on 07/11/05 at 08:29:02

i cant get this darn thing to work

# by papockotos on 09/03/05 at 13:59:12

Doesn't seem to work with 0.84 and 10.4.2

# by hellomynameis on 09/17/05 at 11:16:38

If this were fixed, my D: would become a :D. By that I mean, I would fix it, but I don't even know how.

# by scholes on 02/02/06 at 04:10:53

can anyone help me in getting this thing working??

# by lagattack on 04/07/06 at 03:15:44

i think i've figured out how to get this to work, the script may have been a little broken. contact me if you like, but you should really contact the original author first.

# by wigbill on 01/08/09 at 19:22:00

Anyone tell me what is wrong with this script? Please!

# by msandersen on 05/29/09 at 08:03:46

OK, I tried this script under Leopard and it fails to show the dialog box. I hada look at the script, and managed to fix it. I hope this doesn't get mangled in the comment:
1. Right-click on the pickup.AdiumScript file and choose Show Package Contents
if the script is installed, it is located in ~/Library/Application Support/Adium 2.0/Scripts
2. Open up the Contents folder, followed by the Resources folder, and double-click the pickup.scpt file; this should open up the Script Editor.
3. Change the lines that read:

display dialog pickupplus buttons {"Forget It", "Try Again", "Use"} default button "Use"
if (button returned of result) is "Use" then
return pickup
else
if (button returned of result) is "Forget It" then
return ""
else
getpickup()
end if
end if

to read:

tell application "Adium"
display dialog pickupplus buttons {"Forget It", "Try Again", "Use"} default button "Use" with title "Pickup Line"
if (button returned of result) is "Use" then
return pickup
else
if (button returned of result) is "Forget It" then
return ""
else
my getpickup()
end if
end if
end tell

Basically, you've added the 'tell application "Adium"... end tell' block around it, and added 'my ' in front of the 'getpickup()'
Click Compile, and Save it from the File menu. Done.

Martin

# by adrianr on 07/30/09 at 00:21:11

this fix works thanks :)

Post a New Comment

You must be logged in to post comments.

Install | Download
73.48kb (4764 downloads)

12345
3.40 / 61 votes
Current Version: 2.0
Last Updated: 12/16/04
Credits:
All the websites where I grabbed the pick up lines from.