Revision history of "User:Tyken Hightower/SimRez"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 18:17, 18 October 2008Tyken Hightower talk contribsm 1,299 bytes +1,299 New page: <lsl> // This function replaces llRezObject or llRezAtRoot. sim_rez(string object, vector target, rotation rot) { integer packed_target = (((integer)target.x & 511) << 22) | (((integer...