NAME
	subscribe_event - subscribe to an event

SYNOPSIS
	void subscribe_event(object obj, string name)


DESCRIPTION
	Subscribe to an event in the given object.  The object defining the
	event subscribed to controls access to events with the
	allow_subscribe(obj, name) function, which must return 0 to block
	object `obj' from subscribing to event `name'.

SEE ALSO
	efun/query_subscribed_event, efun/unsubscribe_event
