Strings and Tokens
A list of usable tokens (BG1: TotS). Other tokens are available, however they are set by the engine directly before use and are unreliable in general circumstances.
| <CHARNAME> | Returns the name of the PC. |
| <DAY> | Returns the current numerical day. |
| <DAYANDMONTH> | Returns the current numerical day as well as the month. (Example: It is <DAYANDMONTH>, would produce: It is 24 Mirtul...or whatever the current day and month happens to be.) |
| <GABBER> | Returns the name of the current speaker. (Example: If I use Jaheira and click-talk her on a creature rather than using the PC, this would return Jaheira if used in a dialogue.) |
| <GAMEDAY> | Returns the current game day. (Starts at 1 for a new game.) |
| <GAMEDAYS> | Returns the number of game days that have elapsed since the start of the game. (Starts at 0 for a new game.) |
| <MONTHNAME> | Returns the current month's name. (Example: It is <MONTHNAME>, would produce: It is Mirtul...or whatever the current month is in your game.) |
| <YEAR> | Returns the current year in numerical format. (Example: It is <YEAR> currently, would produce: It is 1369 currently...or whatever year it is in your game. |