GetINIQuestsKey

Prototype: GemRB.GetINIQuestsKey (Tag, Key, Default)

Description: Returns a Value from the quests.ini file. Works only in PST.

Parameters:

  • Tag - a section in the quests.ini file
  • Key - a field in the section
  • Default - default value in case the entry doesn’t exist

Return value: string, the entry from the ini file

See also: GetINIBeastsKey


Back to function index, GUIScript introduction.