Returns whether an object is stuck, meaning that one of its vertices is enclosed in solid matter.
if(Stuck(GetCursor())) Message("Help!, "GetCursor());
Displays a message above the selected clonk of the first player if the clonk is stuck at the time the script is called.