First defined in: FKiSS1
The set events are called when the viewer changes to the set
(page) specified.
This event can be triggered by the user switching pages manually or
by the
changeset action.
There can only be one set event for each set.
|
page number
page number must be a number between 0 and 9,
since there can only be ten sets.
Example:
; This event is triggered when set 5 is made active.
;@ set(5)
;@ notify("Welcome to page five!")