I'd like to have some more flexibility with the death handler icon, if possible. It seems to be set to always cycle forward indefinitely.
Is there a way for me to just run the Cels ONCE, like you can do with setCycle: End.
The Method is here, but it's not clear to me how to allow a choice between cycling once or infinite:
(instance deadIcon of DCIcon
(properties)
(method (init)
(super init:)
(if (== gRoomNumberExit 540)
(= cycler (End new:))
(cycler init: self)
)
)
)