LlGetParcelMaxPrims
De DigiWiki.
Version du 11 août 2012 à 15:12 par Djphil (discuter | contributions)
default { touch_start(integer total_number) { llSay(0, "There are " + (string)llGetParcelPrimCount(llGetPos(), PARCEL_COUNT_TOTAL, FALSE) +" of " +(string)llGetParcelMaxPrims(llGetPos(), FALSE) + " prims rezzed on this parcel"); } }


