Determines on which side individual or all vertices of an object are touching the landscape. Directions are specified using
CNAT values.
protected func ControlUse(object caller)
{
if (caller->GetContact(-1) & CNAT_Bottom) caller->Jump();
return true;
}
Script for a jumping pill: if you use it, the clonk jumps if he is standing on the ground.