Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Paging Script?

Zephyr Psaltery
Beautiful, sexy and vain!
Join date: 2 Dec 2004
Posts: 36
01-23-2005 20:24
I'd like to know how to create a paging script to be located when I am online. I am not a scripter and need to add this to an online status indicator object.

Zephyr Psaltery
Rysidian Rubio
Ruby Red Head
Join date: 14 Jan 2004
Posts: 263
01-24-2005 03:12
Can you explain this a bit more? I don't understand what you're after..
Siobhan Taylor
Nemesis
Join date: 13 Aug 2003
Posts: 5,476
01-24-2005 03:19
You could do...

CODE

touch_start(integer total_number)
{
if (you are online) // whatever the test is in your online indicator.
{
llInstantMessage(llGetOwner(), llDetectedName(0) + " just clicked your pager in " + llGetRegionName());
}
}


Disclaimer: untested and prone to not actually doing anything.
_____________________
http://siobhantaylor.wordpress.com/
Zephyr Psaltery
Beautiful, sexy and vain!
Join date: 2 Dec 2004
Posts: 36
That may do it!
01-25-2005 07:52
Siobahn...

I'll plug this in and see if it works...

Zephyr