Posts
//This function will output the rounded float as a sting with set precission string round(float input, integer precision){ if((precision = (precision - 7 - (precision < 1))) & 0x80000000) return llGetSubString((string)in...
This is a simple dialog menu script for Second Life. Script is written in a way that makes it very easy for people who don't know how to program to modify and use it. /*/////////////////////////////////////////////////// //OPEN SOURCE...