Get Position

default
    {
        touch_start(integer num_detected)
        {
            llSay(0, "I'm at " + (string)llGetPos());
        }
    }