-
Notifications
You must be signed in to change notification settings - Fork 5
Event Start Options
If you want that certain event can be started only by certain player, actor or game master, you can setup event starting rules (options) using Event Options plugin command (MZ only) or special comment command (MZ and MV).
Event Options plugin command or special comment should be first event command!

All parameters in plugin command have descriptions
Also, with event starting options you can lock event or set it as Shared event
Lock Event - when some player starts locked event, nobody else can't start this event in same time (while it started by another player)
Alternative way to setup starting rules for event is using special comment command

Command: N start
Arguments:
Selector (who can start):
- all
- master
- !master
- forActors ID, ID, ID...
- !forActors ID, ID, ID...
Lock Event?
-lock
Shared Mode (see Shared event)
-shared
-shared optional
Example: N start all shared optional, N start forActors 1, 2 lock
(For examples see map Events_via_NetComments in Alpha NET Z Demo Project)