Fullhearts: Difference between revisions

From Graal Bible
No edit summary
No edit summary
Line 1: Line 1:
<h1>Hearts and the player</h1>
<h3>Hearts and the player</h3>
The total amount of hearts (the predefined hearts object) that the player can have at one time. It is accessed with [[gscript]] variable "playerfullhearts" or to determine another player's, "players[''index''].fullhearts."
The total amount of hearts (the predefined hearts object) that the player can have at one time. It is accessed with [[gscript]] variable "playerfullhearts" or to determine another player's, "players[''index''].fullhearts."

Revision as of 22:50, 1 November 2004

Hearts and the player

The total amount of hearts (the predefined hearts object) that the player can have at one time. It is accessed with gscript variable "playerfullhearts" or to determine another player's, "players[index].fullhearts."