FutureProg types
Character
| Property | Return type | Help |
|---|---|---|
.accent |
Accent |
The accent they are currently speaking (can be null) |
.accents |
Accent Collection |
A collection of all of the assets that they have familiarity with |
.age |
Number |
Their age in years |
.agecategory |
Text |
Their age category as text |
.applicablemerits |
Merit Collection |
A collection of all of their merits and flaws currently active |
.bodyid |
Number |
The current physical body id for this actor, or 0 if no body is available. |
.castablespells |
MagicSpell Collection |
A collection of all ready, known magic spells that use a cast trigger |
.castablespellsnow |
MagicSpell Collection |
A collection of all ready, known cast-trigger spells the character can cast right now against themself at any permitted power |
.cfullname |
Text |
Their current alias' full name |
.clans |
Clan Collection |
A collection of all the clans they're a member of |
.class |
Text |
Their class role, if any (can be null) |
.cname |
Text |
Their current alias' first name |
.combattarget |
Perceiver |
Who or what they are currently targeting in combat (can be null) |
.combattargetchar |
Character |
Who they are currently targeting in combat (can be null) |
.csimplefullname |
Text |
The simple version of their current alias' full name |
.csurname |
Text |
Their current alias' surname |
.culture |
Culture |
Their culture |
.currency |
Currency |
The currency they are using in transactions |
.drugamounts |
Number Collection |
A collection of the grams of each drug. Items match order of drugs property |
.drugs |
Drug Collection |
A collection of drugs currently affecting them |
.effects |
Effect Collection |
A collection of all effects on the character |
.ethnicity |
Ethnicity |
Their ethnicity |
.focusedinstance |
Character |
The currently focused actor instance for this character identity. |
.forbiddenintentions |
Text Collection |
A collection of text representing the intentions they forbid in selecting combat moves |
.fullname |
Text |
Their real full name |
.gender |
Gender |
Their real gender |
.groupmembers |
Character Collection |
A collection of all the member of their group |
.guest |
Boolean |
True if they are a guest |
.height |
Number |
Their height in base units (cm) |
.helditems |
Item Collection |
A collection of all items they're holding |
.id |
Number |
The legacy id of the character identity. Use identityid, instanceid, bodyid, or physicalinstancekey when the distinction matters. |
.identityid |
Number |
The durable character identity id, shared by all simultaneous bodies for the same character. |
.incombat |
Boolean |
True if they are currently in combat |
.ingroup |
Boolean |
True if they are currently in a group |
.innerlinewidth |
Number |
Their account's inner line width setting, in characters |
.instanceid |
Number |
The active CharacterInstances row id for this physical actor, or 0 if no instance row is available. |
.instancekind |
Text |
The text name of this actor's instance kind, such as Primary, Astral Projection, Magical Copy, or Physical Clone. |
.instancekindid |
Number |
The numeric id of this actor's instance kind. |
.inventory |
Item Collection |
A collection of all items in their inventory |
.isnewplayer |
Boolean |
True if character has the (New Player) tag |
.isprimaryinstance |
Boolean |
True if this actor is the primary instance for its identity. |
.knowledges |
Knowledge Collection |
Returns a collection of knowledges the character has |
.knownspells |
MagicSpell Collection |
A collection of all ready or unready magic spells whose known-spell prog says the character knows them |
.language |
Language |
The language they are currently speaking (can be null) |
.languages |
Language Collection |
A collection of all the languages that they know |
.latentdrugamounts |
Number Collection |
A collection of the grams of each latent drug. Items match order of latentdrugs property |
.latentdrugs |
Drug Collection |
A collection of drugs not yet affecting them but in their system |
.layer |
Text |
A text representation of the current layer this character is in |
.linewidth |
Number |
Their account's line width setting, in characters |
.location |
Location |
The room that they are in |
.magiccapabilities |
MagicCapability Collection |
A collection of all magic capabilities currently applying to the character |
.merits |
Merit Collection |
A collection of all of their merits and flaws |
.mount |
Character |
returns the mount this character is riding, if any (can be null) |
.name |
Text |
Their real first name |
.npc |
Boolean |
True if they are an NPC |
.outfits |
Outfit Collection |
A collection of outfits associated with this character |
.pc |
Boolean |
True if they are a PC |
.physicalinstancekey |
Number |
A stable runtime key for comparing this physical actor; normally the instance id, falling back to identity id for legacy actors. |
.playtime |
Number |
Their total playtime in minutes |
.possessednpc |
Boolean |
Returns true if this character is an NPC and has an admin possessing / switched into them |
.preferredintentions |
Text Collection |
A collection of text representing the intentions they prefer in selecting combat moves |
.primaryinstance |
Character |
The primary actor instance for this character identity. |
.race |
Race |
Their race |
.requiredintentions |
Text Collection |
A collection of text representing the intentions they require in selecting combat moves |
.riders |
Character Collection |
returns a collection of all characters currently riding this character |
.roles |
Role Collection |
A collection of all of their roles |
.script |
Script |
The script they are currently writing with (can be null) |
.scripts |
Script Collection |
A collection of the known scripts for this character |
.shard |
Shard |
The shard that they are in |
.simplefullname |
Text |
The simple version of their real full name |
.skills |
Trait Collection |
A collection of skills that they have a value in |
.subclass |
Text |
Their subclass role, if any (can be null) |
.surname |
Text |
Their real surname |
.type |
Text |
No additional help is supplied. |
.visiblewornitems |
Item Collection |
A collection of all uncovered or partially exposed worn items |
.weight |
Number |
Their weight in base units (grams) |
.wieldeditems |
Item Collection |
A collection of all items they're wielding |
.wornitems |
Item Collection |
A collection of all items they're wearing |
.writings |
Writing Collection |
A collection of all writings this character is the author or true author of |
.zone |
Zone |
The zone that they are in |