TRpgParty Properties
Back to TRpgParty
Back to RPG Script Reference
Explanation of Object Pascal types
| Name |
Type |
Description |
| hero |
array[1..4] of |
TRpgHero
Array containing the slots for the heroes which make up the party. This is the default property for TRpgParty. |
| money |
integer |
The amount of cash the party is currently carrying. |
| inventory |
|
TRpgInventory
Object containing the party's inventory. |
| levelNotify |
boolean |
|
Determines whether the addExp, removeExp, addLevels and removeLevels routines notify the user when they change a character's level.
| map |
word |
The ID number of the current map. |
| x |
word |
The x-coordinate of the party's current location on the map. |
| y |
word |
The y-coordinate of the party's current location on the map. |
| facing |
byte |
A number designating which direction the party is facing. The direction values are: down: 2, left: 4, right: 6, up: 8. |
| translucent |
boolean |
Determines whether the party is drawn as partially translucent or completely opaque. |
This help file was created with the free trial version of HelpScribble.