LlGetParcelMaxPrims
De DigiWiki.
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"); } }