Skip to content

Finishscripts

FrozenFOXX edited this page Feb 8, 2020 · 1 revision

A finishscript is a script that may be executed upon completion of a game of Arganium. It is an optional component that can be set up using the arganium/gloom/setupscript or specified manually as part of an input YAML configuration. If it is not desired, simply leave as null.

Specifications

Finishscripts, when executed by Gloom, will receive the following arguments:

--total #{total} --time #{time} --par #{par} --kills #{kills} --secrets #{secrets} --challenges #{challenges}

They are described as follows:

  • total: score total (integer).
  • time: time in seconds to complete the level (integer).
  • par: par time to complete the level (integer).
  • kills: number of demons killed (integer).
  • secrets: number of secrets found (integer).
  • challenges: score for all completed challenges (integer).
Clone this wiki locally