Jump to content

Little help


Shihan Feiri
 Share

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

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

Recommended Posts

Pls, I need little help.

 

I have make slurl catcher and now i need to configure so that Y is + 2 . So if slurl with script part below is 100, i need that result will be 102.

 

 

 string regionname = llDumpList2String(llParseString2List(llGetRegionName(),[" "],[]),"%20");       

vector pos = llGetPos();       

integer x = (integer)pos.x;       

integer y = (integer)pos.y;       

integer z = (integer)pos.z;        

 

string slurl = "http://slurl.com/secondlife/"+regionname+"/"+(string)x+"/"+(string)y+"/"+(string)z+"/";

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 4610 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...