LlGetStatus
De DigiWiki.
default { touch_start(integer total_number) { if (llGetStatus(STATUS_PHYSICS)) { llSay(0, "This object is physical"); } else { llSay(0, "This object is not physical"); } } }
default { touch_start(integer total_number) { if (llGetStatus(STATUS_PHYSICS)) { llSay(0, "This object is physical"); } else { llSay(0, "This object is not physical"); } } }