Hearts: Difference between revisions
From Graal Bible
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<h3>Hearts and the Player</h3> | <h3>Hearts and the Player</h3> | ||
A graal predefined object; This variable contains the amount of "those yin-yang things" that a player has. It is accessed with the [[gscript]] variable "playerhearts" or to determine another player's hearts, "players[index].hearts." | A graal predefined object; This variable contains the amount of "those yin-yang things" that a player has. It is accessed with the [[gscript]] variable "playerhearts" or to determine another player's hearts, "players[''index''].hearts." | ||
<h3>Hearts and the NPC</h3> | <h3>Hearts and the NPC</h3> | ||
The amount of hearts (defaults to 0) that an [[NPC]] has. It is accessed by "hearts" by itself, or "npcs[''index''].hearts" for another NPC's hearts. | The amount of hearts (defaults to 0) that an [[NPC]] has. It is accessed by "hearts" by itself, or "npcs[''index''].hearts" for another NPC's hearts. |
Revision as of 21:53, 1 November 2004
Hearts and the Player
A graal predefined object; This variable contains the amount of "those yin-yang things" that a player has. It is accessed with the gscript variable "playerhearts" or to determine another player's hearts, "players[index].hearts."
Hearts and the NPC
The amount of hearts (defaults to 0) that an NPC has. It is accessed by "hearts" by itself, or "npcs[index].hearts" for another NPC's hearts.