MC-Basic:EVENTOFF

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= Eventoff ''<event>'' |AVAILABILITY= All versions |DESCRIPTION= This command disables the specified event. An event that is disabled does not …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This command disables the specified event. An event that is disabled does not respond when the event condition is met.

Syntax

Eventoff <event>

Availability

All versions

Range

An existing event

Scope

Task or Terminal

Limitations

Write-Only

Examples

Eventoff EV1

See Also