CreateString

Prototype: GemRB.CreateString (Strref, Text)

Description: Creates or updates a custom string.

Parameters:

  • Strref - string index to use
  • Text - string contents

Return value: the actual strref of the new string


Back to function index, GUIScript introduction.