conrad Evanier Posted June 15, 2011 Share Posted June 15, 2011 This is driving me nuts lol why wont this send a proper tp in an im sent by script, it gives tp option but only the first part of region name is selected so for magnetik island only magnetik is selected for tp which wont work of course i must be missing something here? llInstantMessage(llGetOwner(), "TP TO: secondlife:///app/teleport/"+(llGetRegionName() + "/" +"/" +(string)initPos.x + "/" + (string)initPos.y + "/" + (string)initPos.z + "/") ); Link to comment Share on other sites More sharing options...
Innula Zenovka Posted June 16, 2011 Share Posted June 16, 2011 Try llInstantMessage(llGetOwner(), "TP TO: secondlife:///app/teleport/"+(llEscapeURL(llGetRegionName()) + "/" +"/" +(string)initPos.x + "/" + (string)initPos.y + "/" + (string)initPos.z + "/") ); I can't in to test it, but I think that's how I solved an almost identical issue that was driving me nuts recently. Link to comment Share on other sites More sharing options...
conrad Evanier Posted June 16, 2011 Author Share Posted June 16, 2011 Ah nice 1 thanks i was wondering how to get rid of the space and escapeurl did the job fantastic, thats that sorted. Thank you:) Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now