const.yml 1.0 KB

1234567891011121314
  1. ###########################################################################
  2. # Script Constant Database
  3. ###########################################################################
  4. #
  5. # Script Constant Settings
  6. #
  7. ###########################################################################
  8. # - Name Unique name for the constant. Must not have same name as script commands, functions, or variables.
  9. # Value Value assigned to the constant. This value cannot be changed during the runtime of the server.
  10. # Parameter Specifies whether the identifier is a parameter. (Default: false)
  11. # Note: Parameters are special in that they retrieve certain runtime values depending on the specified ID
  12. # in field Value. Depending on the implementation values assigned by scripts the parameters will affect
  13. # runtime values, such as Zeny, as well (see pc_readparam/pc_setparam).
  14. ###########################################################################