Top Free Scripts
Script ID : 6
Audience : Default
Version 1.00.02
Published Date: 2006/10/15 18:12:01
Reads : 5263
Primitive/Object

When object is rezzed or touched it will say the vector cordinates for the object's location.

I use this when setting up multiple locations in teleporters. Sure the vector is displayed at the top of the screen for your location at all times, but I'm too lazy to type it and would rather copy it from the Chat History.

default
{
    
on_rezinteger param )
    {
        
llResetScript();
    }
    
    
state_entry()
    {
        
llSay(0, (string)llGetPos());
    }

    
touch_start(integer total_number)
    {
        
llSay(0, (string)llGetPos());
    }
}

0
|  Links 
Printer Friendly Page Send this Script to a Friend
Search for Help
New Product
Free Item
Sponsor

Site Info
Total Hits