Collision start - Second Life Wiki

Collision start

From Second Life Wiki

Jump to: navigation, search

Event: collision_start( integer num_detected ){ ; }

Triggered when task starts colliding with another task

• integer num_detected

Examples

default
{
    collision_start(integer num)
    {
        llSay(0,"No pushing.");
    }
}

See Also