Configuration (OpScript)

Config.Get(string key)

Returns value for key from configuration table, or empty string if no entry exists.

Config.Has(string key)

Returns true if key exists in the configuration table.