OsGetAgentIP

From OpenSimulator

Revision as of 03:14, 12 January 2010 by Hallow Palmer (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
//
// Example of osGetAgentIP
//
default
{
state_entry()
{
 // Demo-Script 
}
 touch_start(integer total_number)
 {
 llSay (0, "Your IP is : "+ osGetAgentIP(llDetectedKey(0)));
 }
}
Personal tools
General
About This Wiki