NAME
	add_event - create a new type of event

SYNOPSIS
	void add_event(string name)


DESCRIPTION
	Define a new event type for which this object can broadcast events.
	If the event type already existed, nothing is changed.

SEE ALSO
	efun/event, efun/event_except, efun/query_events, efun/remove_event
