Status show that llTeleportAgent and llTeleportAgentglobaCoords is functionnal for opensim.I might be mistaking but the test I did either in my grid with 090 release or in osgrid sandbox show that these function did not work.The teleport in both case below time out leaving the avatar frozen in place and preventing any further teleport with message previous teleport incomplet please retry shortly using standard viewer method like map...
(With proper permission activated in the scripts ) llTeleportAgent(llGetOwner(),"LANDMARK_IN_INVENTORY",ZERO_VECTOR,ZERO_VECTOR);not working for native grid landmark or for HG landmark orllRequestSimulatorData( "REGION_NAME", DATA_SIM_POS); to get region global location then data from dataserver provides the necessary information//llTeleportAgentGlobalCoords(llGetOwner(), (vector)data , <128.,128.,25.>, ZERO_VECTOR); //does not work llTeleportAgent llTeleportAgentGlobalCoords ref: http://opensimulator.org/wiki/LSL_Status/Functions What is further peculiar is that using RLV function llOwnerSay("@tpto:"+pos_str+"=force" ) where position str is derived as follow: vpos=(vector)data + vpos; string pos_str = (string)((integer)vpos.x) +"/"+(string)((integer)vpos.y) +"/"+(string)((integer)vpos.z); GiMiSa _______________________________________________ Opensim-dev mailing list [email protected] http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev
