GetPlayerString
Prototype: GemRB.GetPlayerString (globalID, StringIndex)
Description: Returns the string reference of a Verbal Constant set in the player. The biography string is an example of such a string.
Parameters:
- globalID - party ID or global ID of the actor to use
- StringIndex - the verbal constant’s index
Return value: a string reference.
See also: GetPlayerName, GetPlayerStat, GetPlayerScript
See also: sndslot.ids, soundoff.ids (it is a bit unclear which one is it)
Back to function index, GUIScript introduction.