Jump to content

Help with landmark giver


BrookeRanger
 Share

You are about to reply to a thread that has been inactive for 1530 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

I just bought a landmark giver script. But I cant figure out where the slur goes. Can anyone please help me?
It reads like this:

default 

    state_entry()
    {
        // Edit the text below to name your landmark.
        llSetText("Click for Landmark.", <1, 1, 1>, 0.4);
    }
    touch_start(integer num_detected){ 
        llGiveInventory(llDetectedKey(0),
        llGetInventoryName(INVENTORY_LANDMARK, 0));
        llInstantMessage(llGetOwner(), "LandMark giver at " + llGetRegionName() + " has just been used by " +  llKey2Name(llDetectedKey(0)) + "!");

    } 
}

 

Where do I copy and paste the location coordinates? Thank you

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 1530 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...