LlOverParcel: Difference between revisions
Jump to navigation
Jump to search
| Line 3: | Line 3: | ||
llOverParcel(key agent, vektor posision); - Should return TRUE or FALSE | llOverParcel(key agent, vektor posision); - Should return TRUE or FALSE | ||
agent= Key of an detected agent | agent = Key of an detected agent | ||
position = Vector in the parcel | position = Vector in the parcel | ||
Revision as of 09:26, 6 July 2007
It would be great to check if an agent is over a parcel.
llOverParcel(key agent, vektor posision); - Should return TRUE or FALSE
agent = Key of an detected agent
position = Vector in the parcel
if (llOverParcel(llDetectedKey(0), llGetPos()) == TRUE)
}
llInstandMessage(llDetectedKey(0), "Welcome on my rented land!");
{